From 82c30b77db5dd88d19c0f03bde99369f059f2bec Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Mon, 25 Mar 2013 13:21:53 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20load=20bundles=20from=20layout?= =?UTF-8?q?=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ideally we would have the BundlesManager load the bundles but since tests don’t have their own framework requirements, this would require that the layout framework is setup to depend on the BundlesManager framework. --- Frameworks/layout/tests/t_layout.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frameworks/layout/tests/t_layout.mm b/Frameworks/layout/tests/t_layout.mm index eb75cd29..dbe94f01 100644 --- a/Frameworks/layout/tests/t_layout.mm +++ b/Frameworks/layout/tests/t_layout.mm @@ -415,7 +415,7 @@ static class LayoutFixture : public CxxTest::GlobalFixture public: bool setUpWorld() { - bundles::build_index(); + // [BundlesManager sharedInstance]; // load bundles return true; }