summaryrefslogtreecommitdiff
path: root/stoc/test/testsmgr.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:14:57 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:14:57 +0000
commit900286cfd1c53e3f627d306dd14587aac3be0e0f (patch)
tree172a94d6eee4472971d9e8ad36d0ad2848505b2b /stoc/test/testsmgr.cxx
parent1c62ae3f32845aa13ec10b1f400e50e9628bbc81 (diff)
INTEGRATION: CWS dbgmacros1 (1.5.66); FILE MERGED
2003/04/10 08:38:23 kso 1.5.66.1: #108413# - debug macro unification.
Diffstat (limited to 'stoc/test/testsmgr.cxx')
-rw-r--r--stoc/test/testsmgr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/test/testsmgr.cxx b/stoc/test/testsmgr.cxx
index e51e3aba87f9..4d85e679d7d1 100644
--- a/stoc/test/testsmgr.cxx
+++ b/stoc/test/testsmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testsmgr.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 12:01:26 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:14:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,7 +86,7 @@
#define TRUE 1
#endif
-#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)