ajack 2004/03/18 15:24:56
Modified: python/gump/test __init__.py nagging.py
Log:
1) Tinkered w/ preview (to show what would occur).
Used to "predict" how long a pattern might take (e.g. avalon-*)
Need to build this into the main engine, so we can actually follow the flow w/o
doing anything,
also go get results.xml to guestimate times.
2) Worked on nag overrides, I beleive they work now.
3) Made property based depends use inherit=NONE (not ALL)
4) Attempted to ma 'noclasspath' (and 'classpath' on property) work.
5) Some documentation logs/tweaks. No clue why LSD feels repeatedly one day stale.
Revision Changes Path
1.9 +5 -8 gump/python/gump/test/__init__.py
Index: __init__.py
===================================================================
RCS file: /home/cvs/gump/python/gump/test/__init__.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- __init__.py 24 Feb 2004 19:32:28 -0000 1.8
+++ __init__.py 18 Mar 2004 23:24:56 -0000 1.9
@@ -75,12 +75,9 @@
from gump.utils.tools import listDirectoryToFileHolder
def getTestWorkspace(xml=None):
- if not xml: xml='gump/test/resources/full1/workspace.xml'
-
- print "Workspace File: " + str(xml)
- #
+ if not xml: xml='gump/test/resources/full1/workspace.xml'
+ #print "Workspace File: " + str(xml)
workspace = WorkspaceLoader().load(xml)
-
return workspace
def getWorkedTestWorkspace(xml=None):
1.8 +0 -0 gump/python/gump/test/nagging.py
Index: nagging.py
===================================================================
RCS file: /home/cvs/gump/python/gump/test/nagging.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]