Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Commit

Permalink
LANG: fixed hanged test
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-medeiros committed Jul 9, 2015
1 parent 817964e commit 9412027
Showing 1 changed file with 12 additions and 1 deletion.
@@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2015, 2015 Bruno Medeiros and other Contributors.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Bruno Medeiros - initial API and implementation
*******************************************************************************/
package melnorme.lang.ide.core.project_model;

import org.junit.Test;
Expand All @@ -11,7 +21,8 @@ public class BundleModelManagerTest extends CommonCoreTest {
@Test
public void testShutdown() throws Exception { testShutdown$(); }
public void testShutdown$() throws Exception {
BundleModelManager<?, ?> bundleMgr = LangCore_Actual.createBundleModelManager();
BundleModelManager<?, ?> bundleMgr = LangCore_Actual.createBundleModelManager();
bundleMgr.startManager();

final LatchRunnable latchRunnable = new LatchRunnable();
bundleMgr.getModelAgent().submit(latchRunnable);
Expand Down

0 comments on commit 9412027

Please sign in to comment.