summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-03-20 21:02:46 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-03-20 21:02:46 +0000
commit7bcd3de8eae3ac699841ce5d80326fba5e2e5323 (patch)
tree70ea575c2b294db6c9a44b7acd7bedbe4308990e
parent677c69bd6d620c8e919aaad9b8297f15eb7e9865 (diff)
Remove garbage comming from typing in the wrong window.
-rw-r--r--searchcore/src/tests/proton/docsummary/docsummary.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/docsummary/docsummary.cpp b/searchcore/src/tests/proton/docsummary/docsummary.cpp
index 3c3ff863345..3d1fa25983a 100644
--- a/searchcore/src/tests/proton/docsummary/docsummary.cpp
+++ b/searchcore/src/tests/proton/docsummary/docsummary.cpp
@@ -774,7 +774,7 @@ Test::requireThatAttributesAreUsed()
"bd:[20,30],"
"be:[20.2,30.3],"
"bf:['bar','baz'],"
- "bg:[document_sub{item:40,weight:2},{item:50,weight:3}],"
+ "bg:[{item:40,weight:2},{item:50,weight:3}],"
"bh:[{item:50.5,weight:5},{item:40.4,weight:4}],"
"bi:[{item:'quux',weight:7},{item:'qux',weight:6}],"
"bj:'0x01020178017901016601674008000000000000'}", *rep, 0, true));