summaryrefslogtreecommitdiffstats
path: root/sal
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-20 18:50:15 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-20 18:50:15 +0000
commitba22e30b1573c59043a9ea1afaaf3eb717aba834 (patch)
tree688efec71564ef89a44e249154b5a8e01f1b70a9 /sal
parentINTEGRATION: CWS reportdesign01 (1.5.154); FILE MERGED (diff)
downloadcore-ba22e30b1573c59043a9ea1afaaf3eb717aba834.tar.gz
core-ba22e30b1573c59043a9ea1afaaf3eb717aba834.zip
INTEGRATION: CWS reportdesign01 (1.6.92); FILE MERGED
2007/10/15 09:09:51 oj 1.6.92.2: RESYNC: (1.6-1.7); FILE MERGED 2007/10/04 09:03:59 lla 1.6.92.1: #i67655# only updates on some tests to build warning free
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/rtl_strings/rtl_old_testowstring.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/qa/rtl_strings/rtl_old_testowstring.cxx b/sal/qa/rtl_strings/rtl_old_testowstring.cxx
index 03e97d828c75..ac8e81540afc 100644
--- a/sal/qa/rtl_strings/rtl_old_testowstring.cxx
+++ b/sal/qa/rtl_strings/rtl_old_testowstring.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: rtl_old_testowstring.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2007-09-20 15:23:07 $
+ * last change: $Author: ihi $ $Date: 2007-11-20 19:50:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -323,7 +323,7 @@ void oldtests::test_OUString()
TEST_ENSURE( nCompareResult12_Len13 < 0, "test_OWString error 64" );
sal_Int32 nCompareResult21_Len12 = OWAsciiStr2.compareToAscii( ascii_str1, 12 );
- TEST_ENSURE( nCompareResult12_Len12 == 0, "test_OWString error 65" );
+ TEST_ENSURE( nCompareResult21_Len12 == 0, "test_OWString error 65" );
sal_Int32 nCompareResult21_Len13 = OWAsciiStr2.compareToAscii( ascii_str1, 13 );
TEST_ENSURE( nCompareResult21_Len13 > 0, "test_OWString error 66" );