diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-20 18:50:15 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-20 18:50:15 +0000 |
commit | ba22e30b1573c59043a9ea1afaaf3eb717aba834 (patch) | |
tree | 688efec71564ef89a44e249154b5a8e01f1b70a9 /sal/qa/rtl_strings | |
parent | e1395ba7fac857a762122d9cfecf613a858d4973 (diff) |
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/qa/rtl_strings')
-rw-r--r-- | sal/qa/rtl_strings/rtl_old_testowstring.cxx | 6 |
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" ); |