diff options
| author | Chris McDonough <chrism@plope.com> | 2012-03-17 17:47:17 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-03-17 17:47:17 -0400 |
| commit | 4a69a9e4557f4548737d1c135bd844c0f88b53f3 (patch) | |
| tree | 02ae10cec5d82c6153ef1e383f3907178b236983 | |
| parent | 32b61124d87531fa0f8b277ccff6d3ea43052773 (diff) | |
| download | pyramid-4a69a9e4557f4548737d1c135bd844c0f88b53f3.tar.gz pyramid-4a69a9e4557f4548737d1c135bd844c0f88b53f3.tar.bz2 pyramid-4a69a9e4557f4548737d1c135bd844c0f88b53f3.zip | |
change populate to initialize
| -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') |
