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

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

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

revision 1125 by bh, Mon Jun 2 14:14:32 2003 UTC revision 1266 by jonathan, Fri Jun 20 14:36:35 2003 UTC
# Line 179  class UnreferencedTablesTests(unittest.T Line 179  class UnreferencedTablesTests(unittest.T
179                                [self.roads_line, joined])                                [self.roads_line, joined])
180              # Creating a DerivedShapeStore that references the joined table              # Creating a DerivedShapeStore that references the joined table
181              # will remove it from the list of unreferenced tables,              # will remove it from the list of unreferenced tables,
182              store = self.session.OpenShapefile(os.path.join("..", "Data",              store = self.session.OpenShapefile(
183                                                              "iceland",                  os.path.join("..", "Data", "iceland",
184                                                              "political.dbf"))                               "cultural_landmark-point.dbf"))
185              derived = DerivedShapeStore(store, joined)              derived = DerivedShapeStore(store, joined)
186              self.session.AddShapeStore(derived)              self.session.AddShapeStore(derived)
187              self.assertEquals(self.session.UnreferencedTables(),              self.assertEquals(self.session.UnreferencedTables(),

Legend:
Removed from v.1125  
changed lines
  Added in v.1266

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26