##// END OF EJS Templates
fixed tests for mysql and postgres
marcink -
r2816:b8037583 beta
parent child Browse files
Show More
@@ -289,5 +289,6 b' class TestCompareController(TestControll'
289 response.mustcontain("""file2-line1-from-fork""")
289 response.mustcontain("""file2-line1-from-fork""")
290 response.mustcontain("""file3-line1-from-fork""")
290 response.mustcontain("""file3-line1-from-fork""")
291 finally:
291 finally:
292 RepoModel().delete(r2_id)
292 RepoModel().delete(r1_id)
293 RepoModel().delete(r1_id)
293 RepoModel().delete(r2_id)
294
General Comments 0
You need to be logged in to leave comments. Login now