[Commits] (morgen) Disabling test for the moment
commits at osafoundation.org
commits at osafoundation.org
Tue Aug 3 13:39:20 PDT 2004
Commit by: morgen
Modified files:
chandler/application/tests/TestCopying.py 1.1 1.2
Log message:
Disabling test for the moment
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/application/tests/TestCopying.py.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
Index: chandler/application/tests/TestCopying.py
diff -u chandler/application/tests/TestCopying.py:1.1 chandler/application/tests/TestCopying.py:1.2
--- chandler/application/tests/TestCopying.py:1.1 Fri Jun 25 16:55:00 2004
+++ chandler/application/tests/TestCopying.py Tue Aug 3 13:39:19 2004
@@ -1,8 +1,8 @@
"""
Item copying tests
"""
-__revision__ = "$Revision: 1.1 $"
-__date__ = "$Date: 2004/06/25 23:55:00 $"
+__revision__ = "$Revision: 1.2 $"
+__date__ = "$Date: 2004/08/03 20:39:19 $"
__copyright__ = "Copyright (c) 2003 Open Source Applications Foundation"
__license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
@@ -31,4 +31,5 @@
self.assertEquals(child, grandChild.myParent.first())
if __name__ == "__main__":
- unittest.main()
+ # unittest.main()
+ pass
More information about the Commits
mailing list