diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-01-18 08:18:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-01-18 08:18:52 +0100 |
commit | 2bb1d4b79ac044ebbdc33f60bf7bc2e01549dccb (patch) | |
tree | 034d8977a18770917db7aaf6bdda8d0933e15765 /sal/qa/rtl | |
parent | cb20f46895f0ec759f2bea95e499c6902deb60ca (diff) |
Trade a little weaker test against loplugin:stringconstant
(what prompted writing that very fundamental test now anyway?)
Change-Id: I83884908f8f5b1e4d58575960c77b411183f2fbb
Diffstat (limited to 'sal/qa/rtl')
-rw-r--r-- | sal/qa/rtl/oustring/rtl_OUString2.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sal/qa/rtl/oustring/rtl_OUString2.cxx b/sal/qa/rtl/oustring/rtl_OUString2.cxx index 0126f4db4616..6c44741a44c2 100644 --- a/sal/qa/rtl/oustring/rtl_OUString2.cxx +++ b/sal/qa/rtl/oustring/rtl_OUString2.cxx @@ -1001,10 +1001,6 @@ void isEmpty::test() { aString.clear(); CPPUNIT_ASSERT_EQUAL_MESSAGE( "aString.clear(), so should now be empty", true, aString.isEmpty() ); - - aString = "Not empty any more"; - aString = ""; - CPPUNIT_ASSERT_EQUAL_MESSAGE( "aString = \"\", so should now be empty", true, aString.isEmpty() ); } |