summaryrefslogtreecommitdiff
path: root/testshl2
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-06 08:33:06 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-06 08:33:06 +0000
commit7169efb6cbeb8fa675cd67db426f4289bd2d8240 (patch)
treecf346344a22c06f74bc1c3a10fbeb6694bf3e734 /testshl2
parent8f51959f8061108f6e4a971e155d776bff50349b (diff)
INTEGRATION: CWS ause093 (1.5.6); FILE MERGED
2008/05/06 06:40:33 lla 1.5.6.1: #i88845# add a new test
Diffstat (limited to 'testshl2')
-rw-r--r--testshl2/workben/uno/unotest.cxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/testshl2/workben/uno/unotest.cxx b/testshl2/workben/uno/unotest.cxx
index 9ac3462c03fd..96f9e7127e60 100644
--- a/testshl2/workben/uno/unotest.cxx
+++ b/testshl2/workben/uno/unotest.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: unotest.cxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -75,9 +75,14 @@ namespace unotest
CPPUNIT_ASSERT_MESSAGE("can't get sax::Parser", xParser.is());
}
}
+ void ctor_002()
+ {
+ CPPUNIT_ASSERT_MESSAGE("Simple testshl2 test, MUST fail.", sal_False);
+ }
CPPUNIT_TEST_SUITE(ctor);
CPPUNIT_TEST(ctor_001);
+ CPPUNIT_TEST(ctor_002);
CPPUNIT_TEST_SUITE_END();
};