From 4a69a9e4557f4548737d1c135bd844c0f88b53f3 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 17 Mar 2012 17:47:17 -0400 Subject: change populate to initialize --- pyramid/scaffolds/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- cgit v1.2.3