[Zope3-checkins] CVS: Zope3 - test.py:1.83.6.1

Stuart Bishop zen at shangri-la.dropbear.id.au
Sat Feb 7 22:19:31 EST 2004


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv15955

Modified Files:
      Tag: ozzope-session-branch
	test.py 
Log Message:
Non-service session design and initial Browser Id Manager Utility 
implementation.


=== Zope3/test.py 1.83 => 1.83.6.1 ===
--- Zope3/test.py:1.83	Wed Jan 21 10:41:59 2004
+++ Zope3/test.py	Sat Feb  7 22:19:00 2004
@@ -491,12 +491,14 @@
         d = os.path.join(d, test_dir)
         if os.path.exists(d):
             if not os.path.isdir(d):
+                print os.getcwd()
                 raise ValueError(
                     "%s does not exist and %s is not a directory"
                     % (test_dir, d)
                     )
             test_dir = d
         else:
+            print os.getcwd()
             raise ValueError("%s does not exist!" % test_dir)
 
 




More information about the Zope3-Checkins mailing list