summaryrefslogtreecommitdiff
path: root/stoc/test
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-08-19 13:25:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-08-19 13:25:58 +0000
commit4063b1335ed9e760623e8a891df63b09d41d5e29 (patch)
tree8f25929b686de5bd3737fb84fccb39c3837cb28a /stoc/test
parent39d5e15d76e4c8401ae48be9b2e6c700bc26203b (diff)
#i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.10-1.10.10.1) -> HEAD
Diffstat (limited to 'stoc/test')
-rw-r--r--stoc/test/testregistry.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/test/testregistry.cxx b/stoc/test/testregistry.cxx
index 1dbdc945499e..dbbe22b73db2 100644
--- a/stoc/test/testregistry.cxx
+++ b/stoc/test/testregistry.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testregistry.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: dbo $ $Date: 2001-09-11 09:30:07 $
+ * last change: $Author: hr $ $Date: 2002-08-19 14:25:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -232,7 +232,7 @@ void test_SimpleRegistry(
OUString dllName( OUString::createFromAscii("simreg.dll") );
#else
#ifdef MACOSX
- OUString dllName( OUString::createFromAscii("libsimreg.dylib.framework") );
+ OUString dllName( OUString::createFromAscii("libsimreg.dylib") );
#else
OUString dllName( OUString::createFromAscii("libsimreg.so") );
#endif