summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2001-03-20 08:12:18 +0000
committerJörg Budischewski <jbu@openoffice.org>2001-03-20 08:12:18 +0000
commit11230ba4e5c223623cf8a3b5a3501b74e9408fd8 (patch)
tree00dcfc56818e493648e7fdf7235a9eabd8485b79 /io
parent1d778719557d2931fb507f4b6f03af68a641388c (diff)
XServiceInfo test added
Diffstat (limited to 'io')
-rw-r--r--io/test/stm/pumptest.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/io/test/stm/pumptest.cxx b/io/test/stm/pumptest.cxx
index 13d34a56a9f9..78dbc14eea38 100644
--- a/io/test/stm/pumptest.cxx
+++ b/io/test/stm/pumptest.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pumptest.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jl $ $Date: 2001-03-14 09:31:19 $
+ * last change: $Author: jbu $ $Date: 2001-03-20 09:12:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -152,10 +152,10 @@ void OPumpTest::testInvariant( const OUString& TestName, const Reference < XInte
RuntimeException)
{
Reference< XServiceInfo > info( TestObject, UNO_QUERY );
-// ERROR_ASSERT( info.is() , "XServiceInfo not supported !" );
+ ERROR_ASSERT( info.is() , "XServiceInfo not supported !" );
if( info.is() )
{
-// ERROR_ASSERT( info->supportsService( TestName ), "XServiceInfo test failed" );
+ ERROR_ASSERT( info->supportsService( TestName ), "XServiceInfo test failed" );
ERROR_ASSERT( ! info->supportsService(
OUString( RTL_CONSTASCII_USTRINGPARAM("bla bluzb") ) ), "XServiceInfo test failed" );
}