aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/tests/functional
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-09-06 00:43:44 +0200
committerMarcin Kuzminski <marcin@python-works.com>2012-09-06 00:43:44 +0200
commit8c513f6e1c2f36d29b1de543cfd8c2254e4bd031 (patch)
treef3d316871034bd87cfed00217a57ecb0ed7ebbe0 /rhodecode/tests/functional
parent888339f485d293c57d635c0f2390e020b88405b1 (diff)
fixed tests for mysql and postgres
--HG-- branch : beta
Diffstat (limited to 'rhodecode/tests/functional')
-rw-r--r--rhodecode/tests/functional/test_compare.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/rhodecode/tests/functional/test_compare.py b/rhodecode/tests/functional/test_compare.py
index 7f54b8ba..6dca193f 100644
--- a/rhodecode/tests/functional/test_compare.py
+++ b/rhodecode/tests/functional/test_compare.py
@@ -289,5 +289,6 @@ class TestCompareController(TestController):
response.mustcontain("""file2-line1-from-fork""")
response.mustcontain("""file3-line1-from-fork""")
finally:
- RepoModel().delete(r1_id)
RepoModel().delete(r2_id)
+ RepoModel().delete(r1_id)
+