diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2006-12-01 16:19:03 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2006-12-01 16:19:03 +0000 |
commit | d773ba09c66d6b33da0fd7d05e97aafda0296c21 (patch) | |
tree | 0d59a9921cd299bf2651dab2d4cc052276ee7151 /cppuhelper | |
parent | 9544a6b4601a58984c9d09d84746d432fab3c4e0 (diff) |
INTEGRATION: CWS bunoidmap (1.20.74); FILE MERGED
2006/11/09 14:31:19 kr 1.20.74.1: fixed: i71156 - cppuhelper/test does not build and work
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/test/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cppuhelper/test/makefile.mk b/cppuhelper/test/makefile.mk index 5098c193d..4427a64af 100644 --- a/cppuhelper/test/makefile.mk +++ b/cppuhelper/test/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.20 $ +# $Revision: 1.21 $ # -# last change: $Author: rt $ $Date: 2005-09-08 09:32:05 $ +# last change: $Author: rt $ $Date: 2006-12-01 17:19:03 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -172,10 +172,10 @@ $(BIN)$/testdefaultbootstrapping.pl: testdefaultbootstrapping.pl $(BIN)$/testrc: makefile.mk .IF "$(GUI)"=="WNT" echo [Tests] > $@ - echo TestKey1=com.sun.star.script.Invocation.rdb >> $@ + echo TestKey1=com.sun.star.uno.NamingService.rdb >> $@ .ELSE echo '[Tests]' > $@ - echo 'TestKey1=file:///'$(PWD)/$(BIN)'/com.sun.star.script.Invocation.rdb' >> $@ + echo 'TestKey1=file:///'$(PWD)/$(BIN)'/com.sun.star.uno.NamingService.rdb' >> $@ .ENDIF |