summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute/attribute_test.cpp
diff options
context:
space:
mode:
authorGeir Storli <geirst@oath.com>2017-09-13 09:50:43 +0000
committerGeir Storli <geirst@oath.com>2017-09-13 12:07:04 +0000
commit48593478a699c2618e50c37baabcd8664136b139 (patch)
treec8db77d7124450780f4eb8f6ab30d943ff137586 /searchcore/src/tests/proton/attribute/attribute_test.cpp
parentc7d8f1d90ff8904e5449f62c3482a93d1dc8049f (diff)
Replace tab with spaces.
Diffstat (limited to 'searchcore/src/tests/proton/attribute/attribute_test.cpp')
-rw-r--r--searchcore/src/tests/proton/attribute/attribute_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchcore/src/tests/proton/attribute/attribute_test.cpp b/searchcore/src/tests/proton/attribute/attribute_test.cpp
index badb42d4be4..ce0205af29f 100644
--- a/searchcore/src/tests/proton/attribute/attribute_test.cpp
+++ b/searchcore/src/tests/proton/attribute/attribute_test.cpp
@@ -314,7 +314,7 @@ TEST_F("require that attribute writer handles remove", Fixture)
f.remove(2, 0); // same sync token as previous
try {
f.remove(1, 0); // lower sync token than previous
- EXPECT_TRUE(true); // update is ignored
+ EXPECT_TRUE(true); // update is ignored
} catch (vespalib::IllegalStateException & e) {
LOG(info, "Got expected exception: '%s'", e.getMessage().c_str());
EXPECT_TRUE(true);
@@ -430,7 +430,7 @@ TEST_F("require that attribute writer handles update", Fixture)
f.update(2, upd, 1, immediateCommit); // same sync token as previous
try {
f.update(1, upd, 1, immediateCommit); // lower sync token than previous
- EXPECT_TRUE(true); // update is ignored
+ EXPECT_TRUE(true); // update is ignored
} catch (vespalib::IllegalStateException & e) {
LOG(info, "Got expected exception: '%s'", e.getMessage().c_str());
EXPECT_TRUE(true);