Don’t load bundles from layout test

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.
This commit is contained in:
Allan Odgaard
2013-03-25 13:21:53 +01:00
parent 1a4fd97208
commit 82c30b77db

View File

@@ -415,7 +415,7 @@ static class LayoutFixture : public CxxTest::GlobalFixture
public:
bool setUpWorld()
{
bundles::build_index();
// [BundlesManager sharedInstance]; // load bundles
return true;
}