From 219cef62f8bbb5a057eaa830e6a4b2964c242c44 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Fri, 27 Apr 2012 20:41:52 -0400 Subject: Do the test for real. XTextField and XTextContent. Change-Id: I303562873fab5d41614f092966e47ff296c12610 --- test/source/text/xtextcontent.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/source/text/xtextcontent.cxx b/test/source/text/xtextcontent.cxx index c6662e7cf687..8e84dc2c7b57 100644 --- a/test/source/text/xtextcontent.cxx +++ b/test/source/text/xtextcontent.cxx @@ -63,7 +63,6 @@ void XTextContent::testAttach() bool bAttachSupported = isAttachSupported(); if (bAttachSupported) CPPUNIT_ASSERT(false); - } catch (const RuntimeException& e) { -- cgit