/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: Szilveszter Farkas (Phanatic)
  • Date: 2007-03-15 12:43:48 UTC
  • mto: (126.1.38 bzr-gtk)
  • mto: This revision was merged to the branch mainline in revision 172.
  • Revision ID: szilveszter.farkas@gmail.com-20070315124348-0nx0zb7fv4pa8xk6
Fix the indentation error in the TortoiseBZR test.

Show diffs side-by-side

added added

removed removed

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