diff options
Diffstat (limited to 'sw/qa/extras/inc/swmodeltestbase.hxx')
-rw-r--r-- | sw/qa/extras/inc/swmodeltestbase.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sw/qa/extras/inc/swmodeltestbase.hxx b/sw/qa/extras/inc/swmodeltestbase.hxx index 7ded2437575e..eacc0a040d26 100644 --- a/sw/qa/extras/inc/swmodeltestbase.hxx +++ b/sw/qa/extras/inc/swmodeltestbase.hxx @@ -220,7 +220,6 @@ protected: header(); std::unique_ptr<Resetter> const pChanges(preTest(filename)); load(mpTestDocumentPath, filename); - postTest(filename); verify(); finish(); maTempFile.EnableKillingFile(); @@ -240,7 +239,6 @@ protected: load(mpTestDocumentPath, filename); postLoad(filename); reload(mpFilter, filename); - postTest(filename); verify(); finish(); maTempFile.EnableKillingFile(); @@ -260,7 +258,6 @@ protected: load(mpTestDocumentPath, filename); save(OUString::createFromAscii(mpFilter), maTempFile); maTempFile.EnableKillingFile(false); - postTest(filename); verify(); finish(); maTempFile.EnableKillingFile(); @@ -295,13 +292,6 @@ protected: } /** - * Override this function if some special filename-specific teardown is needed - */ - virtual void postTest(const char* /*filename*/) - { - } - - /** * Override this function if calc layout is not needed */ virtual bool mustCalcLayoutOf(const char* /*filename*/) |