[Zope-CVS] CVS: Packages/TestScripts - config.xml:1.3

Chris Withers chrisw@nipltd.com
Fri, 8 Mar 2002 03:47:16 -0500


Update of /cvs-repository/Packages/TestScripts
In directory cvs.zope.org:/tmp/cvs-serv19134

Modified Files:
	config.xml 
Log Message:
Working demo that successfully tests Zope 3 on Windows.

=== Packages/TestScripts/config.xml 1.2 => 1.3 ===
   <cvs>
     <root>:pserver:anonymous@cvs.zope.org:/cvs-repository</root>
-    <command>cvs</command>
+    <command>"c:\Program Files 2000\WinCVS\cvs"</command>
   </cvs>
 
   <python>
-   <python21>python</python21>
+   <python21>c:\python21\python</python21>
    <python22>c:\python22\python</python22>
   </python>
 
   <scenario>
-    <!-- Zope HEAD + CMF HEAD -->
+    Zope HEAD + CMF HEAD
     <python>python21</python>
     <email>zope-coders@zope.org</email>
     <build>
@@ -41,7 +41,7 @@
   </scenario>
 
   <scenario>
-    <!-- Zope 2.5 branch -->
+    Zope 2.5 branch
     <python>python21</python>
     <email>zope-coders@zope.org</email>
     <build>
@@ -62,10 +62,18 @@
     </module>
   </scenario>
 
-<!--  <scenario>
+  <scenario>
      Zope 3 
     <python>python22</python>
     <email>zope3-dev@zope.org</email>
+    <environment>
+     <PYTHONPATH>E:\ZopeTests\sandbox\Zope3\lib\python</PYTHONPATH>
+    </environment>
+    <message>
+    *ONLY TESTS FROM Zope.Testing.allZopeTests RUN* 
+    popen3('python test.py') hangs on Windows.
+    Please contact chrisw@nipltd.com if you can help with this.
+    </message>         
     <build>
      <location>Zope3</location>
      <command>stupid_build.py</command>
@@ -73,8 +81,8 @@
     </build>
     <test>
      <location>Zope3</location>
-     <command>test.py</command>
-     <options></options>
+     <command>C:\Python22\lib\unittest.py</command>
+     <options>-q Zope.Testing.allZopeTests</options>
     </test>
     <module>
      <name>Zope3</name>
@@ -83,7 +91,7 @@
      <location></location>
     </module>
   </scenario>
--->
+
   <modulegroups>
    <cmf_head>
     <module>