/[thuban]/branches/WIP-pyshapelib-bramz/test/test_scalebar.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/test/test_scalebar.py

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

revision 868 by frank, Thu May 8 14:05:49 2003 UTC revision 1674 by bh, Thu Aug 28 13:07:58 2003 UTC
# Line 13  __version__ = "$Revision$" Line 13  __version__ = "$Revision$"
13  # $Source$  # $Source$
14  # $Id$  # $Id$
15    
 from Thuban import _  
   
16  import unittest  import unittest
17  import os  import os
18    
# Line 98  class TestScalebar(unittest.TestCase, su Line 96  class TestScalebar(unittest.TestCase, su
96          interval, label = roundInterval(545943.795)          interval, label = roundInterval(545943.795)
97          self.assertFloatEqual(interval, -1)          self.assertFloatEqual(interval, -1)
98          self.assertEquals(label, '')          self.assertEquals(label, '')
99    
100    if __name__ == "__main__":
101        unittest.main()
102    

Legend:
Removed from v.868  
changed lines
  Added in v.1674

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26