summaryrefslogtreecommitdiff
path: root/cppuhelper/test
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-12-01 16:19:03 +0000
committerRüdiger Timm <rt@openoffice.org>2006-12-01 16:19:03 +0000
commitaf43bfc9ce0c6da7e6ced619c5e99a674f37d7c1 (patch)
treec9941338ed09151dec48ba051a8a3d97bc139d73 /cppuhelper/test
parentaa580a42cbed99e4849de5b43ed0a620ad24ed21 (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/test')
-rw-r--r--cppuhelper/test/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/cppuhelper/test/makefile.mk b/cppuhelper/test/makefile.mk
index 5098c193dadd..4427a64afc74 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