summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-03-07 15:18:45 +0100
committerTor Egge <Tor.Egge@broadpark.no>2019-03-07 15:18:45 +0100
commitdd41a5b13c767b6a1a685b9d4be873cebff6b5fa (patch)
tree542d444fd546cae6fe40caf4d67859c68605ca69 /searchcore
parent93c5cb44ba9f8fa36314b8a4d6d57b75422f8c29 (diff)
Adjust wrong tensor type exception message.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp b/searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp
index b17f13eaea0..caee69b311e 100644
--- a/searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp
@@ -738,7 +738,7 @@ checkUpdate(FeedHandlerFixture &f, SchemaContext &schemaContext,
TEST_DO(f.feedView.checkCounts(0, 0u, 0, 0u));
EXPECT_EQUAL(Result::TRANSIENT_ERROR, token.getResult()->getErrorCode());
if (fieldName == "tensor2") {
- EXPECT_EQUAL("Update operation rejected for document 'id:test:searchdocument::foo' of type 'searchdocument': 'Wrong tensor type: Field tensor type is 'tensor(x{},y{})' but tensor type is 'tensor(x{})''",
+ EXPECT_EQUAL("Update operation rejected for document 'id:test:searchdocument::foo' of type 'searchdocument': 'Wrong tensor type: Field tensor type is 'tensor(x{},y{})' but other tensor type is 'tensor(x{})''",
token.getResult()->getErrorMessage());
} else {
EXPECT_EQUAL("Update operation rejected for document 'id:test:searchdocument::foo' of type 'searchdocument': 'Field not found'",