diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-03 23:31:30 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-04 00:00:55 -0400 |
commit | 921dce61acd67ee8e5f93e7c5005cb42f8c062de (patch) | |
tree | c074065cedc3d65463ded89ec7b5b9369d4bb03b /test/inc | |
parent | 7b773d9c25fbda03f6fd97503a4af6361a2a5e87 (diff) |
Let's just combine the two tests, since one requires the other.
Change-Id: I I4c02aa1d459f7d5c2a1d9c38255aae3c3043dda6
Diffstat (limited to 'test/inc')
-rw-r--r-- | test/inc/test/text/xtext.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/inc/test/text/xtext.hxx b/test/inc/test/text/xtext.hxx index 29dbf34c3781..57121e7b28d0 100644 --- a/test/inc/test/text/xtext.hxx +++ b/test/inc/test/text/xtext.hxx @@ -45,8 +45,7 @@ public: virtual uno::Reference<uno::XInterface> init() = 0; virtual uno::Reference<text::XTextContent> getTextContent() = 0; - void testInsertTextContent(); - void testRemoveTextContent(); + void testInsertRemoveTextContent(); }; } |