[Submitted patch] Typo in previous commit
Nathaniel Smith
njs at pobox.com
Tue Mar 16 05:12:27 UTC 2004
-- Nathaniel
--
Eternity is very long, especially towards the end.
-- Woody Allen
-------------- next part --------------
? results.qmr
? qm/external/__init__.pyc
? tests/regress/QMTest/regression_database.pyc
? tests/regress/QMTest/selftest.pyc
? tests/regress/tuple1/QMTest/tuple_test.pyc
? tests/results_files/QMTest/results_file_database.pyc
? tests/results_files/QMTest/results_file_test.pyc
Index: ChangeLog
===================================================================
RCS file: /home/qm/Repository/qm/ChangeLog,v
retrieving revision 1.614
diff -u -r1.614 ChangeLog
--- ChangeLog 15 Mar 2004 23:31:35 -0000 1.614
+++ ChangeLog 16 Mar 2004 05:10:44 -0000
@@ -1,4 +1,9 @@
2004-03-15 Nathaniel Smith <njs at codesourcery.com>
+
+ * qm/test/target.py (Target._SetUpResource): Fix typo from
+ previous commit.
+
+2004-03-15 Nathaniel Smith <njs at codesourcery.com>
* qm/test/base.py (CouldNotLoadExtensionError.__init__): Save
'exc_info' value for later use.
Index: qm/test/target.py
===================================================================
RCS file: /home/qm/Repository/qm/qm/test/target.py,v
retrieving revision 1.25
diff -u -r1.25 target.py
--- qm/test/target.py 15 Mar 2004 23:31:36 -0000 1.25
+++ qm/test/target.py 16 Mar 2004 05:10:44 -0000
@@ -391,7 +391,7 @@
result.NoteException(cause="Resource is missing from the database.")
self._RecordResult(result)
return (None, result, None)
- except qm.base.CouldNotLoadExtensionError, e:
+ except qm.test.base.CouldNotLoadExtensionError, e:
result.NoteException(e.exc_info,
cause = "Could not load extension class")
except KeyboardInterrupt:
More information about the qmtest
mailing list