From 20f12a1d7ad5f9694f901a85e1fa22f46c3953a2 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Thu, 7 Mar 2013 10:52:51 +0000 Subject: [PATCH] Nested_Struct should really inherit from test::BootstrapFixture Change-Id: I06255940f41c32493187d1ec847f7238fef4e9f8 --- basic/qa/cppunit/test_nested_struct.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basic/qa/cppunit/test_nested_struct.cxx b/basic/qa/cppunit/test_nested_struct.cxx index 266d11fe5280..8c7fabcdec85 100644 --- a/basic/qa/cppunit/test_nested_struct.cxx +++ b/basic/qa/cppunit/test_nested_struct.cxx @@ -19,10 +19,10 @@ namespace { using namespace com::sun::star; - class Nested_Struct : public BasicTestBase + class Nested_Struct : public test::BootstrapFixture { public: - Nested_Struct() {}; + Nested_Struct(): BootstrapFixture(true, false) {}; void testAssign1(); void testAssign1Alt(); // result is uno-ised and tested void testOldAssign();