summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-06-01 15:46:46 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-06-01 15:46:46 -0500
commit159435291bb6e36f1525c4718dc2f8bec86c0545 (patch)
tree6e30e0bd3a01f20d8f6d87b804864f3ce5ff5088 /sal
parent6d8cd969391c79dfbcff4a85c4c9869ba8a2bfab (diff)
targeted string re-work
Change-Id: I2c166c63e9d2ab7d60bb404f643045678ef239a2
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/osl/file/osl_File.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx
index 100f7eca2af8..8e5fd668551f 100644
--- a/sal/qa/osl/file/osl_File.cxx
+++ b/sal/qa/osl/file/osl_File.cxx
@@ -6006,7 +6006,7 @@ namespace osl_Directory
# define PATH_BUFFER_SIZE PATH_MAX
#endif
- char TEST_PATH_POSTFIX[] = "hello/world";
+#define TEST_PATH_POSTFIX "hello/world"
//########################################
OUString get_test_path()
@@ -6113,8 +6113,8 @@ namespace osl_Directory
//##########################################
void with_relative_path()
{
- FileBase::RC rc = Directory::createPath(
- OUString(TEST_PATH_POSTFIX));
+ FileBase::RC rc = Directory::createPath( OUString(TEST_PATH_POSTFIX));
+
CPPUNIT_ASSERT_MESSAGE
(