fix unit tests

This commit is contained in:
Jan Dittberner 2010-04-18 15:08:49 +02:00
parent 21b8d883d8
commit 64241e4028
3 changed files with 3 additions and 2 deletions

View File

@ -25,5 +25,5 @@ from ddportfolioservice.tests import *
class TestDdportfolioController(TestController):
def test_index(self):
response = self.app.get(url_for(controller='ddportfolio'))
response = self.app.get(url_for(controller='ddportfolio', action='index'))
# Test response...

View File

@ -3,5 +3,5 @@ from ddportfolioservice.tests import *
class TestShowformscriptsController(TestController):
def test_index(self):
response = self.app.get(url_for(controller='showformscripts'))
response = self.app.get(url_for(controller='showformscripts', action='index'))
# Test response...

View File

@ -14,6 +14,7 @@ make-dirs=1
[nosetests]
with-pylons = test.ini
cover-package = ddportfolioservice
# Babel configuration
[compile_catalog]