Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Pig Wiki" for change 
notification.

The following page has been changed by XuZhang:
http://wiki.apache.org/pig/HowToContribute

------------------------------------------------------------------------------
                    `MiniCluster cluster = MiniCluster.buildCluster();`
            * Define methods within your class and annotate it with [EMAIL 
PROTECTED], and call JUnit's many assert methods to verify conditions; these 
methods will be executed when you run `ant test`.
            * Place your class in the `test` tree. 
-           * you can then run all the unit test with the command `ant test`. 
Similarly, you can run a specific unit test with the command `ant test 
-Dtestcase=<ClassName>` (For example `ant test -Dtestcase=TestPigFile`)
+           * You can then run all the unit test with the command `ant test`. 
Similarly, you can run a specific unit test with the command `ant test 
-Dtestcase=<ClassName>` (For example `ant test -Dtestcase=TestPigFile`)
  == Generating a patch ==
  === Compilation ===
  Make sure that your code introduces no new warnings into the javac 
compilation.

Reply via email to