Ignore:
Timestamp:
11/10/11 22:28:18 (13 years ago)
Author:
masberg
Message:

Reinstate one minor test that now works since the empty file package_look_alike\package.mo is once again created in the Area51 project. Also a few, minor whitespace fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.test/src/org/modelica/mdt/test/TestModelicaFolder.java

    r1049 r1093  
    6464/**
    6565 * Test various methods in org.modelica.mdt.internal.core.ModelicaFolder
    66  * 
     66 *
    6767 * @author Elmir Jagudin
    6868 */
     
    8181    private Vector<String> expectedPackageLookAlikeChildren = new Vector<String>();
    8282
    83 
    8483    @Override
    8584    protected void setUp() throws Exception {
     
    9998        assertTrue(Collections.addAll(expectedRootFolderChildren, "hej_hopp"));
    10099
    101         /*
    102          * FIXME: We are currently not creating the empty file package.mo inside package_look_alike
    103          * because it makes OMC to freeze. When this problem has been fixed, we can run this test
    104          * again.
    105          */
    106         //assertTrue(Collections.addAll(expectedPackageLookAlikeChildren, "package.mo"));
     100        assertTrue(Collections.addAll(expectedPackageLookAlikeChildren, "package.mo"));
    107101    }
    108 
    109102
    110103    /**
     
    120113        }
    121114    }
    122 
    123115
    124116    /**
Note: See TracChangeset for help on using the changeset viewer.