diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 11:52:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 11:52:32 +0000 |
commit | c6617f4c0caefcaef2e0a15dd7d7638b096a9408 (patch) | |
tree | a2922faa40b3627936a69f579ff726c9fefcc75f | |
parent | f7567a6ee956d89b0e86be8fc1cb664b7a1e78c9 (diff) |
INTEGRATION: CWS sb76 (1.3.70); FILE MERGED
2007/08/31 11:00:53 sb 1.3.70.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
-rw-r--r-- | testtools/source/bridgetest/pyuno/main.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testtools/source/bridgetest/pyuno/main.py b/testtools/source/bridgetest/pyuno/main.py index 047f5d3bbc0c..6b40f8953f12 100644 --- a/testtools/source/bridgetest/pyuno/main.py +++ b/testtools/source/bridgetest/pyuno/main.py @@ -4,9 +4,9 @@ # # $RCSfile: main.py,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2005-09-09 12:26:52 $ +# last change: $Author: hr $ $Date: 2007-09-27 12:52:32 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -42,7 +42,7 @@ import sys ctx = uno.getComponentContext() # needed for the tests -unohelper.addComponentsToContext(ctx,ctx,("cppobj.uno","bridgetest.uno","streams.uno","servicemgr.uno"),"com.sun.star.loader.SharedLibrary") +unohelper.addComponentsToContext(ctx,ctx,("cppobj.uno","bridgetest.uno","streams.uno","bootstrap.uno"),"com.sun.star.loader.SharedLibrary") unohelper.addComponentsToContext(ctx,ctx,("vnd.openoffice.pymodule:samplecomponent",),"com.sun.star.loader.Python") |