From d2c85e19eb62f2e9a8ba3b1251ee42a1d68e92a5 Mon Sep 17 00:00:00 2001 From: Tobia Tesan Date: Sun, 2 Jun 2013 21:29:15 +0200 Subject: TEST: Whitespaces in test/common/ --- test/common/hash-str.h | 2 +- test/common/util.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/common') diff --git a/test/common/hash-str.h b/test/common/hash-str.h index 9eadea5755..0391e7167f 100644 --- a/test/common/hash-str.h +++ b/test/common/hash-str.h @@ -150,7 +150,7 @@ class HashStrTestSuite : public CxxTest::TestSuite { char doublespaced[] = "test "; char tabbed[] = "test\t"; - Common::Hash h; + Common::Hash h; TS_ASSERT_EQUALS(h(lower), h(lower1)); TS_ASSERT_DIFFERS(h(mixed), h(lower)); TS_ASSERT_DIFFERS(h(spaced), h(lower)); diff --git a/test/common/util.h b/test/common/util.h index 05e6243885..cd65307612 100644 --- a/test/common/util.h +++ b/test/common/util.h @@ -55,7 +55,7 @@ class UtilTestSuite : public CxxTest::TestSuite { bool valasbool; bool success; - Common::String string_5 ("1"); + Common::String string_5("1"); success = Common::parseBool(string_5, valasbool); TS_ASSERT_EQUALS(success, 1); TS_ASSERT_EQUALS(valasbool, 1); -- cgit v1.2.3