]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - src/Tests/Unit/SummaryFile1Test.py
Reduced the size of the test fixture for SummaryFile1, and recomputed the expected...
[dead/census-tools.git] / src / Tests / Unit / SummaryFile1Test.py
index ca187b5c4aa3207f3811b013cf37642579cbc1b0..a72539b44b874c51e61bd359ce095f60bd29e19f 100644 (file)
@@ -78,13 +78,13 @@ class GeoRecordParserTest(unittest.TestCase):
     def testMdGeoRecordCount(self):
         fixture_path = Tests.Fixtures.Path() + '/SummaryFile1/mdgeo.uf1'
         records = self.grp.parse_file(fixture_path)
-        self.assertEqual(len(records), 98763)
+        self.assertEqual(len(records), 1000)
 
 
     def testMdGeoBlockCount(self):
          fixture_path = Tests.Fixtures.Path() + '/SummaryFile1/mdgeo.uf1'
          blocks = self.grp.parse_blocks(fixture_path)
-         self.assertEqual(len(blocks), 79128)
+         self.assertEqual(len(blocks), 910)
            
     
 def suite():