diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-04-27 20:41:52 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-04-28 00:24:49 -0400 |
commit | 219cef62f8bbb5a057eaa830e6a4b2964c242c44 (patch) | |
tree | 3d4b16acac3c97f4eb97f4dcf4f9b05ab41e3597 /test/source | |
parent | e3c7b1a0bebb96e51b7c7927367a243c0a2f8402 (diff) |
Do the test for real. XTextField and XTextContent.
Change-Id: I303562873fab5d41614f092966e47ff296c12610
Diffstat (limited to 'test/source')
-rw-r--r-- | test/source/text/xtextcontent.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |