Skip to content

Commit

Permalink
Fixed last broken functional tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Jan 13, 2005
1 parent ab6105f commit 527e1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/ftests.py
Expand Up @@ -24,7 +24,7 @@
class TestDatabaseSchema(functional.BrowserTestCase):

def test(self):
BrowserTestCase.setUp(self)
functional.BrowserTestCase.setUp(self)

root = self.getRootFolder()._p_jar.root()
appkey = 'zope.app.generations.demo'
Expand Down

0 comments on commit 527e1a3

Please sign in to comment.