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

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

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

revision 1736 by bh, Mon Sep 22 18:46:56 2003 UTC revision 1739 by bh, Tue Sep 23 12:25:56 2003 UTC
# Line 312  class FloatComparisonMixin: Line 312  class FloatComparisonMixin:
312          value in test and value is less than the optional parameter          value in test and value is less than the optional parameter
313          epsilon. If epsilon is not given use self.fp_epsilon.          epsilon. If epsilon is not given use self.fp_epsilon.
314          """          """
315            self.assertEquals(len(test), len(value))
316          for i in range(len(test)):          for i in range(len(test)):
317              self.assertFloatEqual(test[i], value[i], epsilon)              self.assertFloatEqual(test[i], value[i], epsilon)
318    

Legend:
Removed from v.1736  
changed lines
  Added in v.1739

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26