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

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

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

revision 1933 by bh, Tue Nov 11 16:37:53 2003 UTC revision 1966 by bh, Thu Nov 20 18:15:57 2003 UTC
# Line 229  class ProjFileReadTests(ProjFileTest): Line 229  class ProjFileReadTests(ProjFileTest):
229          As currently written this only works on unix-like systems and          As currently written this only works on unix-like systems and
230          not e.g. on MS Windows.          not e.g. on MS Windows.
231          """          """
232            if os.name != "posix":
233                raise support.SkipTest("Test only works on posix systems")
234          filename = self.filename()          filename = self.filename()
235          file = open(filename, "w")          file = open(filename, "w")
236          file.close()          file.close()

Legend:
Removed from v.1933  
changed lines
  Added in v.1966

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26