You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2015/01/28 18:30:36 UTC

svn commit: r1655397 - /qpid/dispatch/trunk/tests/system_test.py

Author: aconway
Date: Wed Jan 28 17:30:36 2015
New Revision: 1655397

URL: http://svn.apache.org/r1655397
Log:
NO-JIRA: Fix bug in test framework error handling for multiple errors.

Modified:
    qpid/dispatch/trunk/tests/system_test.py

Modified: qpid/dispatch/trunk/tests/system_test.py
URL: http://svn.apache.org/viewvc/qpid/dispatch/trunk/tests/system_test.py?rev=1655397&r1=1655396&r2=1655397&view=diff
==============================================================================
--- qpid/dispatch/trunk/tests/system_test.py (original)
+++ qpid/dispatch/trunk/tests/system_test.py Wed Jan 28 17:30:36 2015
@@ -517,7 +517,7 @@ class Tester(object):
                         cleanup()
                         break
             except Exception, e:
-                errors.push(e)
+                errors.append(e)
         assert not errors, "Errors during teardown: %s" % errors
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org