summaryrefslogtreecommitdiff
path: root/connectivity/qa
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/qa')
-rw-r--r--connectivity/qa/connectivity/commontools/FValue_test.cxx4
-rw-r--r--connectivity/qa/connectivity/mork/DriverTest.cxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/qa/connectivity/commontools/FValue_test.cxx b/connectivity/qa/connectivity/commontools/FValue_test.cxx
index 036fbbc3ca5f..b6f0e36588ad 100644
--- a/connectivity/qa/connectivity/commontools/FValue_test.cxx
+++ b/connectivity/qa/connectivity/commontools/FValue_test.cxx
@@ -24,7 +24,7 @@
using namespace ::com::sun::star::sdbc;
using namespace ::com::sun::star::uno;
-namespace connectivity { namespace commontools {
+namespace connectivity::commontools {
class FValueTest: public test::BootstrapFixture
{
@@ -359,7 +359,7 @@ void FValueTest::test_bool_creation()
CPPUNIT_TEST_SUITE_REGISTRATION(FValueTest);
-}}
+}
CPPUNIT_PLUGIN_IMPLEMENT();
diff --git a/connectivity/qa/connectivity/mork/DriverTest.cxx b/connectivity/qa/connectivity/mork/DriverTest.cxx
index 1ce3b981a238..e2f2849ffff4 100644
--- a/connectivity/qa/connectivity/mork/DriverTest.cxx
+++ b/connectivity/qa/connectivity/mork/DriverTest.cxx
@@ -16,7 +16,7 @@ using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::sdbc;
using namespace ::com::sun::star::uno;
-namespace connectivity { namespace mork {
+namespace connectivity::mork {
class MorkDriverTest: public test::BootstrapFixture
@@ -194,6 +194,6 @@ void MorkDriverTest::test_select_list_table_joe_doe_5()
CPPUNIT_TEST_SUITE_REGISTRATION(MorkDriverTest);
-}}
+}
CPPUNIT_PLUGIN_IMPLEMENT();