diff options
| author | ianb <ianb@localhost> | 2005-08-25 19:37:03 +0000 |
|---|---|---|
| committer | ianb <ianb@localhost> | 2005-08-25 19:37:03 +0000 |
| commit | f8cd35289cc87e1529efced52d5e9cbc3c423399 (patch) | |
| tree | c4c567e52c79edc056c8b6d04d4ed903ddee7ac9 /tests/sample_configs | |
| parent | 98743455e80615911730d72766bfddda7532dd8d (diff) | |
| download | pastedeploy-git-0.2b6.tar.gz | |
Added filter-with option; fixed some error messages; changed protocol names0.2b70.2b60.2b50.2b40.2b30.2b20.2b1
Diffstat (limited to 'tests/sample_configs')
| -rw-r--r-- | tests/sample_configs/test_config_included.ini | 2 | ||||
| -rw-r--r-- | tests/sample_configs/test_filter.ini | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/tests/sample_configs/test_config_included.ini b/tests/sample_configs/test_config_included.ini index aa24a61..cc0da7a 100644 --- a/tests/sample_configs/test_config_included.ini +++ b/tests/sample_configs/test_config_included.ini @@ -4,7 +4,7 @@ def3 = c [app:main] # Equivalent to the egg reference, but just for kicks... -paste.app_factory1 = fakeapp.configapps:SimpleApp.make_app +paste.app_factory = fakeapp.configapps:SimpleApp.make_app set glob = orig bob = your uncle another = BAR diff --git a/tests/sample_configs/test_filter.ini b/tests/sample_configs/test_filter.ini index f948b97..bfad8dc 100644 --- a/tests/sample_configs/test_filter.ini +++ b/tests/sample_configs/test_filter.ini @@ -17,3 +17,6 @@ use = egg:FakeApp#caps2 method_to_call = lower next = normal +[app:inv] +use = egg:FakeApp#basic_app +filter-with = egg:FakeApp#caps |
