From 00d08001da8dceeb77f16dca523979aa8ccc3755 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 2 Oct 2013 18:54:28 -0400 Subject: No need to intern strings here; all OUString's are ref-counted. Calling intern() simply moves it to a global hash storage. Now the test passes. Change-Id: I0a93420abce1c3adaaa61d469dff5f359dd5ada4 --- svl/qa/unit/svl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svl/qa') diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx index 26cad83d96b4..90f4c44571ad 100644 --- a/svl/qa/unit/svl.cxx +++ b/svl/qa/unit/svl.cxx @@ -75,7 +75,7 @@ public: CPPUNIT_TEST_SUITE(Test); CPPUNIT_TEST(testNumberFormat); CPPUNIT_TEST(testStringPool); -// CPPUNIT_TEST(testStringPoolPurge); // FIXME: String pool's life cycle needs more work. + CPPUNIT_TEST(testStringPoolPurge); CPPUNIT_TEST(testFdo60915); CPPUNIT_TEST(testI116701); CPPUNIT_TEST_SUITE_END(); -- cgit