Issue28

Title AssertionError silently ignored
Type bug Status chatting
Importance 65.0
Superseder Nosy List dalc, mg, mk, tpj
Assigned To Keywords

Created on 2008-03-25.22:20:46 by mg, last changed 2008-09-23.17:56:35 by mg.

Messages
msg218 (view) Author: mg Date: 2008-09-23.17:56:35
Medium-high importance since we shouldn't accept false positives from
our tests!
msg51 (view) Author: mg Date: 2008-03-25.22:20:46
Revision 4a1f03f138ba made _expect_data throw an AssertionError in case you try
expect to receive data from yourself. These errors are triggered in this log

http://buildbot.viff.dk/builders/Linux%20Py2.5/builds/31/steps/trial/logs/test.log

and yet Trial says that all tests pass?!
History
Date User Action Args
2008-09-23 17:56:35mgsetimportance: 65.0
nosy: + mk, tpj, dalc
status: unread -> chatting
messages: + msg218
2008-09-23 16:13:58tpjsettype: bug
2008-03-25 22:20:46mgcreate