Skip to content

Commit f1b1c0d

Browse files
committed
Update tests
1 parent b4f86c0 commit f1b1c0d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/unit-test-dssp.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,14 @@ TEST_CASE("ut_dssp")
126126
break;
127127

128128
if (line_t != line_r)
129+
{
130+
if (cif::starts_with(line_t, "REFERENCE ") and cif::starts_with(line_r, "REFERENCE "))
131+
continue;
132+
129133
std::cerr << line_nr << std::endl
130134
<< line_t << std::endl
131135
<< line_r << std::endl;
136+
}
132137

133138
if (line_t != line_r)
134139
{

0 commit comments

Comments
 (0)