summaryrefslogtreecommitdiff
path: root/stoc/test
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 18:27:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 18:27:52 +0000
commit79cde1218a8c9d0e7da038874a325bae976e46cd (patch)
tree50e17582c60112b278697cd2a2beb0d7c931e7e2 /stoc/test
parentb98e8f7337c60e546d326bec97a4416e6ec7e013 (diff)
INTEGRATION: CWS geordi2q14 (1.13.62); FILE MERGED
2004/01/30 12:39:19 hr 1.13.62.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'stoc/test')
-rw-r--r--stoc/test/testregistry.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/stoc/test/testregistry.cxx b/stoc/test/testregistry.cxx
index e0b2245fd8f7..d2c478381c5d 100644
--- a/stoc/test/testregistry.cxx
+++ b/stoc/test/testregistry.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testregistry.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2003-04-23 16:15:04 $
+ * last change: $Author: hr $ $Date: 2004-02-02 19:27:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -223,13 +223,13 @@ void setLinkInDefaultRegistry(const OUString& linkName, const OUString& linkTarg
void test_SimpleRegistry(
OUString const & testreg,
OUString const & testreg2,
- bool bMergeDifferently = false )
+ bool bMergeDifferently = true )
{
Reference<XInterface> xIFace;
Module module;
OUString dllName(
- RTL_CONSTASCII_USTRINGPARAM("simplreg.uno" SAL_DLLEXTENSION) );
+ RTL_CONSTASCII_USTRINGPARAM("simplereg.uno" SAL_DLLEXTENSION) );
if (module.load(dllName))
{