Added an empty test to stop JUnit from complaining

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31256 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2011-10-16 20:23:03 +00:00
parent 3cd0091162
commit 13be6ffd22

View File

@@ -40,6 +40,12 @@ public class SchemaComparatorTest
left = new Schema();
right = new Schema();
}
@Test
public void check()
{
}
// @Test
// public void canDetermineSameTables()