Added actual check to a test
parent
9e3bfdc4f8
commit
23b326824a
|
|
@ -125,6 +125,7 @@ TEST(Reduction, CreateFromPartialPermutation) {
|
|||
expected.insert(make_pair(6,4));
|
||||
|
||||
internal::Reduction actual = internal::Reduction::CreateFromPartialPermutation(selector, p);
|
||||
EXPECT(assert_equal(expected, actual));
|
||||
}
|
||||
|
||||
/* ************************************************************************* */
|
||||
|
|
|
|||
Loading…
Reference in New Issue