Nested_Struct should really inherit from test::BootstrapFixture

Change-Id: I06255940f41c32493187d1ec847f7238fef4e9f8
This commit is contained in:
Noel Power 2013-03-07 10:52:51 +00:00
parent 8534787f95
commit 20f12a1d7a

View File

@ -19,10 +19,10 @@
namespace namespace
{ {
using namespace com::sun::star; using namespace com::sun::star;
class Nested_Struct : public BasicTestBase class Nested_Struct : public test::BootstrapFixture
{ {
public: public:
Nested_Struct() {}; Nested_Struct(): BootstrapFixture(true, false) {};
void testAssign1(); void testAssign1();
void testAssign1Alt(); // result is uno-ised and tested void testAssign1Alt(); // result is uno-ised and tested
void testOldAssign(); void testOldAssign();