Skip to content

Commit b12da7d

Browse files
Remove redundant test
1 parent f888417 commit b12da7d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/tests/WriteTest.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ struct WriteTest : tpunit::TestFixture {
77
BEFORE_CLASS(WriteTest::setup),
88
TEST(WriteTest::insert),
99
TEST(WriteTest::parallelInsert),
10-
TEST(WriteTest::failedInsertNoSemiColon),
1110
TEST(WriteTest::failedDeleteNoWhere),
1211
TEST(WriteTest::deleteNoWhereFalse),
1312
TEST(WriteTest::deleteNoWhereTrue),
@@ -86,13 +85,6 @@ struct WriteTest : tpunit::TestFixture {
8685
ASSERT_EQUAL(val, numCommands);
8786
}
8887

89-
void failedInsertNoSemiColon() {
90-
SData query("Query");
91-
query["writeConsistency"] = "ASYNC";
92-
query["query"] = "INSERT INTO foo VALUES ( RANDOM() )";
93-
tester->executeWaitVerifyContent(query, "502 Query aborted");
94-
}
95-
9688
void failedDeleteNoWhere() {
9789
SData query("Query");
9890
query["writeConsistency"] = "ASYNC";

0 commit comments

Comments
 (0)