/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to tests/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2007-03-23 13:43:29 UTC
  • mfrom: (173.1.3 trunk)
  • Revision ID: jelmer@samba.org-20070323134329-xx25fcg5hsh7noat
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
    loader = TestUtil.TestLoader()
26
26
 
27
 
    testmod_names = ['test_preferences', 'test_history']
 
27
    testmod_names = [
 
28
        'test_preferences',
 
29
        'test_history',
 
30
        ]
28
31
 
29
32
    if os.name == 'nt':
30
33
        testmod_names.append("test_tortoise_bzr")