diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 16:12:41 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 16:12:41 +0000 |
commit | a72c46b07717aea0e2b97ea200cde5ccfe43fab2 (patch) | |
tree | a3e23f19440b20b40d91e30072d09f38e0c0f45b /sal/qa/rtl_strings | |
parent | 3b4afcbe9fdbc3a21277c336d81b125182fd4740 (diff) |
INTEGRATION: CWS fwkpostbeta02 (1.2.110); FILE MERGED
2005/02/14 16:45:10 sb 1.2.110.1: #i42746# Removed commented-out code that contained non-ASCII characters.
Diffstat (limited to 'sal/qa/rtl_strings')
-rw-r--r-- | sal/qa/rtl_strings/rtl_old_teststrbuf.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sal/qa/rtl_strings/rtl_old_teststrbuf.cxx b/sal/qa/rtl_strings/rtl_old_teststrbuf.cxx index 63c60226ff72..e7afeb942d12 100644 --- a/sal/qa/rtl_strings/rtl_old_teststrbuf.cxx +++ b/sal/qa/rtl_strings/rtl_old_teststrbuf.cxx @@ -2,9 +2,9 @@ * * $RCSfile: rtl_old_teststrbuf.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-05-03 09:19:21 $ + * last change: $Author: vg $ $Date: 2005-02-21 17:12:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -279,7 +279,6 @@ void oldtests::test_OUStringBuffer() OUString s3(OUString::createFromAscii("Noch'n RTL OUString")); OUStringBuffer b3(s3); sal_Char aAsciiStr[] = " mit appendetem ASCII\n"; - //sal_Char aAsciiStr[] = " mit angefgtem ASCII"; b3.appendAscii( aAsciiStr ); s3 = OUString::createFromAscii("Noch'n RTL OUString mit appendetem ASCII\n"); TEST_ENSURE( b3.getStr() == s3 , "test_OWStringBuffer error 13"); |