From 79cde1218a8c9d0e7da038874a325bae976e46cd Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 2 Feb 2004 18:27:52 +0000
Subject: [PATCH] INTEGRATION: CWS geordi2q14 (1.13.62); FILE MERGED 2004/01/30
12:39:19 hr 1.13.62.1: #111934#: merge CWS ooo111fix2
---
stoc/test/testregistry.cxx | 8 ++++----
1 file 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 xIFace;
Module module;
OUString dllName(
- RTL_CONSTASCII_USTRINGPARAM("simplreg.uno" SAL_DLLEXTENSION) );
+ RTL_CONSTASCII_USTRINGPARAM("simplereg.uno" SAL_DLLEXTENSION) );
if (module.load(dllName))
{