summaryrefslogtreecommitdiff
path: root/dbaccess/qa
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/qa')
-rw-r--r--dbaccess/qa/unit/firebird.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/qa/unit/firebird.cxx b/dbaccess/qa/unit/firebird.cxx
index 424c0cdccf58..a8022c125f7f 100644
--- a/dbaccess/qa/unit/firebird.cxx
+++ b/dbaccess/qa/unit/firebird.cxx
@@ -89,9 +89,9 @@ void FirebirdTest::testIntegerDatabase()
xRow->getInt(xColumnLocate->findColumn("_INT")));
CPPUNIT_ASSERT(SAL_CONST_INT64(-9000000000000000000) ==
xRow->getLong(xColumnLocate->findColumn("_BIGINT")));
- CPPUNIT_ASSERT(OUString("5") ==
+ CPPUNIT_ASSERT("5" ==
xRow->getString(xColumnLocate->findColumn("_CHAR")));
- CPPUNIT_ASSERT(OUString("5") ==
+ CPPUNIT_ASSERT("5" ==
xRow->getString(xColumnLocate->findColumn("_VARCHAR")));
CPPUNIT_ASSERT(!xResultSet->next()); // Should only be one row