[Commits] (morgen) Disabling this test in preparation for Andi
checking in some code which fixes
commits at osafoundation.org
commits at osafoundation.org
Tue Mar 23 13:24:15 PST 2004
Commit by: morgen
Modified files:
osaf/chandler/Chandler/repository/parcel/tests/TestLocalAttrs.py 1.1 1.2
Log message:
Disabling this test in preparation for Andi checking in some code which fixes
a bug this test was depending on.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/chandler/Chandler/repository/parcel/tests/TestLocalAttrs.py.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
Index: osaf/chandler/Chandler/repository/parcel/tests/TestLocalAttrs.py
diff -u osaf/chandler/Chandler/repository/parcel/tests/TestLocalAttrs.py:1.1 osaf/chandler/Chandler/repository/parcel/tests/TestLocalAttrs.py:1.2
--- osaf/chandler/Chandler/repository/parcel/tests/TestLocalAttrs.py:1.1 Mon Mar 22 14:52:09 2004
+++ osaf/chandler/Chandler/repository/parcel/tests/TestLocalAttrs.py Tue Mar 23 13:23:45 2004
@@ -1,8 +1,8 @@
"""
Parcel Loader test for local attributes
"""
-__revision__ = "$Revision: 1.1 $"
-__date__ = "$Date: 2004/03/22 22:52:09 $"
+__revision__ = "$Revision: 1.2 $"
+__date__ = "$Date: 2004/03/23 21:23:45 $"
__copyright__ = "Copyright (c) 2003 Open Source Applications Foundation"
__license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
@@ -43,4 +43,6 @@
if __name__ == "__main__":
- unittest.main()
+ # unittest.main()
+ # Disabling this test until the parcel loader handles locals properly
+ pass
More information about the Commits
mailing list