review: multi component standard view

This commit is contained in:
Michele Caini
2018-05-15 17:30:22 +02:00
parent d8a9f0ca12
commit ca0a1f8f8b
3 changed files with 65 additions and 96 deletions

View File

@@ -175,10 +175,6 @@ TEST(View, MultipleComponent) {
registry.remove<char>(e0);
registry.remove<char>(e1);
view.reset();
ASSERT_EQ(view.begin(), view.end());
ASSERT_TRUE(view.empty());
}
TEST(View, MultipleComponentBeginEnd) {