From c430d40b0b865dcb9350cd2c224968e3f4e3fd61 Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Thu, 18 Jul 2019 22:04:48 +0100 Subject: [PATCH] Uncomment test that passes now --- tests/tst_docks.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/tst_docks.cpp b/tests/tst_docks.cpp index fdae0fe3..b82da382 100644 --- a/tests/tst_docks.cpp +++ b/tests/tst_docks.cpp @@ -337,10 +337,9 @@ private Q_SLOTS: void tst_invalidLayoutAfterRestore(); void tst_samePositionAfterHideRestore(); void tst_anchorFollowingItselfAssert(); + void tst_restoreEmpty(); private: - void tst_restoreEmpty(); // TODO. Disabled for now, save/restore needs to support placeholders void tst_restoreCrash(); // TODO. Disabled for now, save/restore needs to support placeholders - std::unique_ptr createMultiSplitterFromSetup(MultiSplitterSetup setup, QHash &frameMap) const; }; }