Kaydet (Commit) 20f12a1d authored tarafından Noel Power's avatar Noel Power

Nested_Struct should really inherit from test::BootstrapFixture

Change-Id: I06255940f41c32493187d1ec847f7238fef4e9f8
üst 8534787f
...@@ -19,10 +19,10 @@ ...@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment