INTEGRATION: CWS pyunofixes4 (1.4.50); FILE MERGED

2007/07/30 19:44:54 jbu 1.4.50.1: unohelper.inspect() can now be called with atomar types
This commit is contained in:
Kurt Zenker 2007-10-11 10:51:02 +00:00
parent c6617f4c0c
commit 1db3d345f7

View file

@ -4,9 +4,9 @@
#
# $RCSfile: impl.py,v $
#
# $Revision: 1.4 $
# $Revision: 1.5 $
#
# last change: $Author: obo $ $Date: 2006-03-22 10:42:39 $
# last change: $Author: kz $ $Date: 2007-10-11 11:51:02 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@ -160,6 +160,7 @@ class TestHelperCase( unittest.TestCase ):
# dev = sys.stdout
unohelper.inspect( uno.getComponentContext() , dev )
unohelper.inspect( uno.getComponentContext().ServiceManager , dev )
unohelper.inspect( uno.getTypeByName( "com.sun.star.lang.XComponent" ) , dev )
def testListener( self ):
smgr = uno.getComponentContext().ServiceManager.createInstance(