summaryrefslogtreecommitdiff
path: root/sal/qa/rtl_strings
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-21 16:12:19 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-21 16:12:19 +0000
commit3b4afcbe9fdbc3a21277c336d81b125182fd4740 (patch)
tree2f7b462790f67b90acb317419971c159a60fa2b5 /sal/qa/rtl_strings
parent6619ab23ff70387f41099be5e3cd8ea2330c02da (diff)
INTEGRATION: CWS fwkpostbeta02 (1.3.44); FILE MERGED
2005/02/14 16:45:10 sb 1.3.44.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_testowstring.cxx13
1 files changed, 2 insertions, 11 deletions
diff --git a/sal/qa/rtl_strings/rtl_old_testowstring.cxx b/sal/qa/rtl_strings/rtl_old_testowstring.cxx
index f75ea73ff9f6..742132d00bca 100644
--- a/sal/qa/rtl_strings/rtl_old_testowstring.cxx
+++ b/sal/qa/rtl_strings/rtl_old_testowstring.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rtl_old_testowstring.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: pjunck $ $Date: 2004-11-02 10:31:31 $
+ * last change: $Author: vg $ $Date: 2005-02-21 17:12:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -436,15 +436,6 @@ void oldtests::test_OString2OUStringAndViceVersa()
s2 = OUStringToOString(u1, RTL_TEXTENCODING_ASCII_US);
TEST_ENSURE( s2.equals("Hallo jetzt komm ich"), "test_OString2OWStringAndViceVersa error 8" );
- /*
- s1 = ", 1 2 3 ! \" $ % & ( ) = ? ";
- u1 = OStringToOUString(s1, RTL_TEXTENCODING_MS_1252);
- TEST_ENSURE( u1.equals(OUString::createFromAscii(", 1 2 3 ! \" $ % & ( ) = ? ")), "test_OString2OWStringAndViceVersa error 9" );
-
- s2 = OUStringToOString(u1, RTL_TEXTENCODING_MS_1252);
- TEST_ENSURE( s2.equals(", 1 2 3 ! \" $ % & ( ) = ? "), "test_OString2OWStringAndViceVersa error 10" );
- */
-
printf("test_OString2OWStringAndViceVersa OK !!!\n");
}