[cig-commits] r16502 - cs/spatialdata-0.1/trunk/tests/pytests/spatialdb

brad at geodynamics.org brad at geodynamics.org
Wed Apr 7 09:15:26 PDT 2010


Author: brad
Date: 2010-04-07 09:15:26 -0700 (Wed, 07 Apr 2010)
New Revision: 16502

Modified:
   cs/spatialdata-0.1/trunk/tests/pytests/spatialdb/TestUniformDB.py
Log:
Updated unit test of UniformDB to include nondimensional value.

Modified: cs/spatialdata-0.1/trunk/tests/pytests/spatialdb/TestUniformDB.py
===================================================================
--- cs/spatialdata-0.1/trunk/tests/pytests/spatialdb/TestUniformDB.py	2010-04-07 01:38:16 UTC (rev 16501)
+++ cs/spatialdata-0.1/trunk/tests/pytests/spatialdb/TestUniformDB.py	2010-04-07 16:15:26 UTC (rev 16502)
@@ -22,7 +22,7 @@
     db = UniformDB()
     db.inventory.label = "test"
     db.inventory.values = ["one", "two", "three"]
-    db.inventory.data = [1.1*m, 2.2*km, 3.3*cm]
+    db.inventory.data = [1.1, 2.2*km, 3.3*cm]
     db._configure()
     self._db = db
     return



More information about the CIG-COMMITS mailing list