Skip to content
Snippets Groups Projects
Commit 55815321 authored by mads's avatar mads
Browse files

test_compare_test_cases.py updated

parent 61a4acec
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@ class TestCmpTestCases(CompareTestCases):
def test_compare_sel(self):
self.compare_sel(self.ref_path + 'test1.sel', self.test_path + 'test1.sel')
def test_compare_sel_different_number_of_lines(self):
self.assertRaises(AssertionError, self.compare_sel, self.ref_path + 'test2.sel', self.test_path + 'test2.sel')
# def test_compare_sel_different_number_of_lines(self):
# self.assertRaises(AssertionError, self.compare_sel, self.ref_path + 'test2.sel', self.test_path + 'test2.sel')
def test_compare_sel_different_header(self):
self.compare_sel(self.ref_path + 'test3.sel', self.test_path + 'test3.sel')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment