make sure to check the tests as well
git-svn-id: http://google-refine.googlecode.com/svn/trunk@431 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
d3d40d608a
commit
f0ba42f355
@ -270,6 +270,9 @@
|
||||
<fileset dir="${src.dir}">
|
||||
<include name="**/*.java"/>
|
||||
</fileset>
|
||||
<fileset dir="${tests.dir}">
|
||||
<include name="**/*.java"/>
|
||||
</fileset>
|
||||
</pmd>
|
||||
</target>
|
||||
|
||||
|
@ -1,9 +1,14 @@
|
||||
package com.metaweb.gridworks.tests;
|
||||
|
||||
import static org.junit.Assert.assertSame;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class GridworksTests {
|
||||
|
||||
// this is just a placeholder for now
|
||||
|
||||
@Test public void test() {
|
||||
assertSame("Just a placeholder for now", Integer.parseInt("1"), 1);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user