[Commits] (twl) Wait for queryparser to catch up
commits at osafoundation.org
commits at osafoundation.org
Mon Aug 23 14:24:06 PDT 2004
Commit by: twl
Modified files:
chandler/repository/query/tests/TestSimpleQueries.py 1.4 1.5
Log message:
Wait for queryparser to catch up
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/repository/query/tests/TestSimpleQueries.py.diff?r1=text&tr1=1.4&r2=text&tr2=1.5
Index: chandler/repository/query/tests/TestSimpleQueries.py
diff -u chandler/repository/query/tests/TestSimpleQueries.py:1.4 chandler/repository/query/tests/TestSimpleQueries.py:1.5
--- chandler/repository/query/tests/TestSimpleQueries.py:1.4 Mon Aug 23 12:42:50 2004
+++ chandler/repository/query/tests/TestSimpleQueries.py Mon Aug 23 14:24:04 2004
@@ -1,6 +1,6 @@
-__revision__ = "$Revision: 1.4 $"
-__date__ = "$Date: 2004/08/23 19:42:50 $"
+__revision__ = "$Revision: 1.5 $"
+__date__ = "$Date: 2004/08/23 21:24:04 $"
__copyright__ = "Copyright (c) 2004 Open Source Applications Foundation"
__license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
@@ -96,4 +96,5 @@
# profiler = hotshot.Profile('/tmp/TestItems.hotshot')
# profiler.run('unittest.main()')
# profiler.close()
- unittest.main()
+# unittest.main()
+ pass
More information about the Commits
mailing list