/[gzz]/gzz/test/gzz/control/Gzz.test
ViewVC logotype

Diff of /gzz/test/gzz/control/Gzz.test

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by benja, Sat Nov 9 15:07:08 2002 UTC revision 1.2 by tjl, Thu Nov 21 14:07:49 2002 UTC
# Line 6  Test that Gzz.py starts Line 6  Test that Gzz.py starts
6  import gzz, java  import gzz, java
7    
8  def testStarts():  def testStarts():
9        """Test that the AWT client starts.
10    
11        cost: 10
12        """
13      _exec = getattr(java.lang.Runtime.getRuntime(), 'exec')      _exec = getattr(java.lang.Runtime.getRuntime(), 'exec')
14      process = _exec(["make", "testclient"])      process = _exec(["make", "testclient"])
15      if process.waitFor():      if process.waitFor():

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26