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

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

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

revision 2036 by bh, Mon Dec 22 17:49:43 2003 UTC revision 2059 by bh, Wed Feb 11 09:05:40 2004 UTC
# Line 1  Line 1 
1  # Copyright (c) 2002, 2003 by Intevation GmbH  # Copyright (c) 2002, 2003, 2004 by Intevation GmbH
2  # Authors:  # Authors:
3  # Bernhard Herzog <[email protected]>  # Bernhard Herzog <[email protected]>
4  #  #
# Line 489  class SaveSessionTest(unittest.TestCase, Line 489  class SaveSessionTest(unittest.TestCase,
489          class NonConnectionStore(PostGISShapeStore):          class NonConnectionStore(PostGISShapeStore):
490              """Shapestore that doesn't try to access the server"""              """Shapestore that doesn't try to access the server"""
491              def _fetch_table_information(self):              def _fetch_table_information(self):
492                  pass                  # pretend that we've found a geometry column
493                    self.geometry_column = "the_geom"
494    
495          session = Session("A PostGIS Session")          session = Session("A PostGIS Session")
496          try:          try:

Legend:
Removed from v.2036  
changed lines
  Added in v.2059

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26