Fixed fast EdgeProcessor unit tests with recent update.

This commit is contained in:
Matthias Koefferlein 2018-07-23 19:36:00 +02:00
parent 2178b72704
commit f05b3249ca
28 changed files with 5 additions and 5 deletions

View File

@ -1331,7 +1331,7 @@ TEST(23)
EXPECT_EQ (out.size (), size_t (1));
std::sort (out.begin (), out.end ());
EXPECT_EQ (out[0].to_string (), "(0,0;0,1;1,0)");
EXPECT_EQ (out[0].to_string (), "(0,0;0,1;1,1)");
}
TEST(24)
@ -1397,7 +1397,7 @@ TEST(24)
EXPECT_EQ (out.size (), size_t (1));
std::sort (out.begin (), out.end ());
EXPECT_EQ (out[0].to_string (), "(0,-9;0,0;-2,1;-2,3;0,1;0,10;1,10;1,1;3,0;3,-2;1,0;1,-9/1,0;1,1;0,1)");
EXPECT_EQ (out[0].to_string (), "(0,-9;0,0;-2,1;-2,3;0,1;0,10;1,10;1,1;0,0;3,0;3,-2;1,0;1,-9)");
}
{
@ -1408,9 +1408,9 @@ TEST(24)
EXPECT_EQ (out.size (), size_t (3));
std::sort (out.begin (), out.end ());
EXPECT_EQ (out[0].to_string (), "(0,-9;0,0;-2,1;-2,3;1,0;1,-9)");
EXPECT_EQ (out[1].to_string (), "(3,-2;1,0;1,1;3,0)");
EXPECT_EQ (out[2].to_string (), "(0,1;0,10;1,10;1,1)");
EXPECT_EQ (out[0].to_string (), "(0,-9;0,0;1,0;1,-9)");
EXPECT_EQ (out[1].to_string (), "(3,-2;1,0;3,0)");
EXPECT_EQ (out[2].to_string (), "(0,0;-2,1;-2,3;0,1;0,10;1,10;1,1)");
}
}

BIN
testdata/bool/and5.oas vendored

Binary file not shown.

Binary file not shown.

BIN
testdata/bool/and6.oas vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
testdata/bool/or5.oas vendored

Binary file not shown.

BIN
testdata/bool/or6.oas vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
testdata/bool/xor5.oas vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
testdata/bool/xor6.oas vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.