Reflect changes of owncloud-testserver

fe0dcc9bff
This commit is contained in:
Markus Unterwaditzer 2014-03-20 15:38:28 +01:00
parent f30a15ad66
commit 4439b2ef91

View file

@ -20,7 +20,7 @@ class ServerMixin(object):
wsgi_teardown = None
def setup_method(self, method):
subprocess.check_call([os.path.join(owncloud_repo, 'install.sh')])
subprocess.check_call([os.path.join(owncloud_repo, 'reset.sh')])
def get_storage_args(self, collection='test'):
url = 'http://127.0.0.1:8080'