summaryrefslogtreecommitdiff
path: root/test/inc
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-05-14 16:22:06 +0200
committersb <sb@openoffice.org>2010-05-14 16:22:06 +0200
commitaf5cef5b1e2f3d76f52340bbd2ea8bd93cb5185d (patch)
treec39196dc04450640a0edadcee3b96917251bb63d /test/inc
parent88d1e25d5c61d1d4ef12f0ac397db3c8b399564c (diff)
sb123: #i111601# various additional test helper functionality
Diffstat (limited to 'test/inc')
-rw-r--r--test/inc/test/gettestargument.hxx (renamed from test/inc/test/getargument.hxx)12
1 files changed, 7 insertions, 5 deletions
diff --git a/test/inc/test/getargument.hxx b/test/inc/test/gettestargument.hxx
index 1b4df29d2115..21b9df7a097e 100644
--- a/test/inc/test/getargument.hxx
+++ b/test/inc/test/gettestargument.hxx
@@ -1,4 +1,5 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
@@ -21,10 +22,11 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
-#ifndef INCLUDED_TEST_GETARGUMENT_HXX
-#define INCLUDED_TEST_GETARGUMENT_HXX
+#ifndef INCLUDED_TEST_GETTESTARGUMENT_HXX
+#define INCLUDED_TEST_GETTESTARGUMENT_HXX
#include "sal/config.h"
@@ -34,9 +36,9 @@ namespace rtl { class OUString; }
namespace test {
-// Obtain the value of an argument tunneled in via an "arg-<name>" bootstrap
-// variable:
-OOO_DLLPUBLIC_TEST bool getArgument(
+// Obtain the value of a test argument (tunneled in via an "arg-testarg.<name>"
+// bootstrap variable):
+OOO_DLLPUBLIC_TEST bool getTestArgument(
rtl::OUString const & name, rtl::OUString * value);
}