diff options
| -rw-r--r-- | pyramid/scaffolds/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/scaffolds/tests.py b/pyramid/scaffolds/tests.py index 04e802396..b90e494e9 100644 --- a/pyramid/scaffolds/tests.py +++ b/pyramid/scaffolds/tests.py @@ -41,7 +41,7 @@ class TemplateTest(object): subprocess.check_call([py, 'setup.py', 'install']) if tmpl_name == 'alchemy': populate = os.path.join(self.directory, 'bin', - 'populate_Dingle') + 'initialize_Dingle_db') subprocess.check_call([populate, 'development.ini']) subprocess.check_call([py, 'setup.py', 'test']) pserve = os.path.join(self.directory, 'bin', 'pserve') |
