From 5581532188911a821ad0f1585c58e70baad78242 Mon Sep 17 00:00:00 2001
From: madsmpedersen <m@madsp.dk>
Date: Fri, 29 Jan 2016 15:45:21 +0100
Subject: [PATCH] test_compare_test_cases.py updated

---
 wetb/hawc2/tests/test_compare_test_cases.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wetb/hawc2/tests/test_compare_test_cases.py b/wetb/hawc2/tests/test_compare_test_cases.py
index e77728c..798f70c 100644
--- a/wetb/hawc2/tests/test_compare_test_cases.py
+++ b/wetb/hawc2/tests/test_compare_test_cases.py
@@ -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')
-- 
GitLab