summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2016-02-17 04:32:53 +0000
committerAlex Gorrod <alexg@wiredtiger.com>2016-02-17 04:32:53 +0000
commitec28d6ed1c2d9a622af0479c6af4f63e667de03b (patch)
tree16cd34ee66e148963765f4ef009157f4e8f6119d
parent3000f62be47ef71ffce6b67c889d02c517a66c9b (diff)
downloadmongo-ec28d6ed1c2d9a622af0479c6af4f63e667de03b.tar.gz
SERVER-22676 Remove test case for error checking this branch removes.
-rw-r--r--test/suite/test_schema02.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/suite/test_schema02.py b/test/suite/test_schema02.py
index 6895e947efe..b404261c066 100644
--- a/test/suite/test_schema02.py
+++ b/test/suite/test_schema02.py
@@ -103,10 +103,6 @@ class test_schema02(wttest.WiredTigerTestCase):
self.expect_failure_colgroup("main:c1", "columns=(S1,i2),exclusive",
"")
- # exists with different config
- self.expect_failure_colgroup("main:c1", "columns=(S1,i4)",
- "/does not match existing configuration/")
-
# colgroup not declared in initial create
self.expect_failure_colgroup("main:c3", "columns=(S3,i4)",
"/Column group 'c3' not found in"