]> gitweb.michael.orlitzky.com - dead/census-tools.git/commit
Moved the multiple-filename logic inside the find_file_paths function.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 13 Nov 2009 02:21:15 +0000 (21:21 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 13 Nov 2009 02:21:15 +0000 (21:21 -0500)
commit68f0f2a8ad4c16e8e49b1a13191559949e9f6214
treef2dc864f498e45256aaa56da1a2f5120120344ed
parentcc7b42ff1571d8b79e503a4016c2402b30836188
Moved the multiple-filename logic inside the find_file_paths function.
Added tests for the FileUtils module, and in particular for the find_file_paths function.
Added two fixtures for the new tests.
Updated the test suite.
bin/find_file_paths
bin/run_tests
src/FileUtils.py
src/Tests/Fixtures/FileUtils/gentoo/postgis.sql [new file with mode: 0644]
src/Tests/Fixtures/FileUtils/ubuntu/lwpostgis.sql [new file with mode: 0644]
src/Tests/Unit/FileUtilsTest.py [new file with mode: 0644]