summaryrefslogtreecommitdiff
path: root/configmgr/qa/unit/test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/qa/unit/test.cxx')
-rwxr-xr-x[-rw-r--r--]configmgr/qa/unit/test.cxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/configmgr/qa/unit/test.cxx b/configmgr/qa/unit/test.cxx
index 8e5e87310336..fe8d29e9ef88 100644..100755
--- a/configmgr/qa/unit/test.cxx
+++ b/configmgr/qa/unit/test.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -87,23 +88,15 @@ void normalize(
class Test: public CppUnit::TestFixture {
public:
virtual void setUp();
-
virtual void tearDown();
void testKeyFetch();
-
void testKeySet();
-
void testKeyReset();
-
void testSetSetMemberName();
-
void testReadCommands();
-
void testThreads();
-
void testRecursive();
-
void testCrossThreads();
css::uno::Any getKey(
@@ -676,3 +669,5 @@ CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(Test, "alltest");
}
NOADDITIONAL;
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */