# HG changeset patch # User Marcin Kuzminski # Date 2012-09-06 00:43:44 # Node ID b80375835974e50fd6fbfac65f289917203b66b9 # Parent acc05c33cc0c42c73f974585a87aaa34ab710fae fixed tests for mysql and postgres diff --git a/rhodecode/tests/functional/test_compare.py b/rhodecode/tests/functional/test_compare.py --- a/rhodecode/tests/functional/test_compare.py +++ b/rhodecode/tests/functional/test_compare.py @@ -289,5 +289,6 @@ class TestCompareController(TestControll 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) +