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

Diff of /libvob/test/testutil.py

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

revision 1.4 by tjl, Tue Mar 11 13:57:54 2003 UTC revision 1.5 by tjl, Thu Apr 10 14:00:18 2003 UTC
# Line 34  can be tangled into unittests... Line 34  can be tangled into unittests...
34    
35  NOTE: testutil.py itself runs all tests in test/ when run as main.  NOTE: testutil.py itself runs all tests in test/ when run as main.
36  """  """
37    
38  import sys  import sys
 import traceback  
39  sys.path.insert(0, ".")  sys.path.insert(0, ".")
40    import vob
41    
42    import traceback
43  import unittest, os.path, fnmatch, string, imp  import unittest, os.path, fnmatch, string, imp
44  import java  import java
 from org.nongnu import libvob as vob  
45  import re  import re
46  import test.tools.tools as tools  import test.tools.tools as tools
47    
48    print vob
49    print dir(vob)
50    print vob.util
51    print dir(vob.util)
52    
53  true = 1  true = 1
54  false = 0  false = 0
55  enableJNI = false  enableJNI = false

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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