changeset 2816:b80375835974 beta

fixed tests for mysql and postgres
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 06 Sep 2012 00:43:44 +0200
parents acc05c33cc0c
children 3ae42e10b665
files rhodecode/tests/functional/test_compare.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/tests/functional/test_compare.py	Thu Sep 06 00:10:34 2012 +0200
+++ b/rhodecode/tests/functional/test_compare.py	Thu Sep 06 00:43:44 2012 +0200
@@ -289,5 +289,6 @@
             response.mustcontain("""file2-line1-from-fork""")
             response.mustcontain("""file3-line1-from-fork""")
         finally:
+            RepoModel().delete(r2_id)
             RepoModel().delete(r1_id)
-            RepoModel().delete(r2_id)
+