summaryrefslogtreecommitdiff
path: root/stoc/test
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:14:35 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:14:35 +0000
commit1a4984b9ab1674eede9a36a1d7608405c48e44a4 (patch)
tree67d266719517186a44a2ce8d1046b45562f4c3a3 /stoc/test
parentf9b8b7247795d82df5618db6e157d5424251fbb9 (diff)
INTEGRATION: CWS dbgmacros1 (1.7.44); FILE MERGED
2003/04/10 08:38:23 kso 1.7.44.1: #108413# - debug macro unification.
Diffstat (limited to 'stoc/test')
-rw-r--r--stoc/test/testloader.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/test/testloader.cxx b/stoc/test/testloader.cxx
index 49ebd1d70306..a956e02b61cd 100644
--- a/stoc/test/testloader.cxx
+++ b/stoc/test/testloader.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testloader.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2002-08-19 14:19:55 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:14:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,7 +91,7 @@ using namespace osl;
using namespace rtl;
using namespace cppu;
-#ifdef _DEBUG
+#if OSL_DEBUG_LEVEL > 0
#define TEST_ENSHURE(c, m) OSL_ENSURE(c, m)
#else
#define TEST_ENSHURE(c, m) OSL_VERIFY(c)