/[gzz]/gzz/test/testutil.py
ViewVC logotype

Diff of /gzz/test/testutil.py

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

revision 1.17 by tjl, Wed Oct 9 14:38:42 2002 UTC revision 1.18 by benja, Wed Oct 9 22:44:32 2002 UTC
# Line 35  sys.path.insert(0, ".") Line 35  sys.path.insert(0, ".")
35    
36  import unittest, os.path, fnmatch, string, imp  import unittest, os.path, fnmatch, string, imp
37  import java  import java
38    from gzz.client import GraphicsAPI
39    
40  graphicswindow = None  graphicswindow = None
41  def getGraphicsWindow():  def getGraphicsWindow():
# Line 175  if __name__ == '__main__': Line 176  if __name__ == '__main__':
176              test.remove('jni')              test.remove('jni')
177      except ValueError:      except ValueError:
178          pass          pass
179      from gzz.client import GraphicsAPI          
180      class Starter(java.lang.Runnable):      class Starter(java.lang.Runnable):
181          def run(self):          def run(self):
182              unittest.TextTestRunner(verbosity=2).run(suite(test))              unittest.TextTestRunner(verbosity=2).run(suite(test))

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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