Package org.openbravo.test.modularity
Class MergePropertiesTest
- java.lang.Object
-
- org.openbravo.test.modularity.MergePropertiesTest
-
public class MergePropertiesTest extends Object
This test case checks the properties merge functionality used when upgrading core
-
-
Constructor Summary
Constructors Constructor Description MergePropertiesTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testMerge()
merges previously created files and checks expected valuesvoid
testMerge2()
merges previously created files, in this case there should not be modifications because they have the same properties
-
-
-
Method Detail
-
testMerge
public void testMerge() throws FileNotFoundException, IOException
merges previously created files and checks expected values- Throws:
FileNotFoundException
IOException
-
testMerge2
public void testMerge2() throws FileNotFoundException, IOException
merges previously created files, in this case there should not be modifications because they have the same properties- Throws:
FileNotFoundException
IOException
-
-