commit | db6e5de0206789b6f0ef1756830bf06ce4145f04 | [log] [tgz] |
---|---|---|
author | anbangx <anbangx@123451ca-8445-de46-9d55-352943316053> | Thu Apr 11 05:04:35 2013 +0000 |
committer | anbangx <anbangx@123451ca-8445-de46-9d55-352943316053> | Thu Apr 11 05:04:35 2013 +0000 |
tree | d8629d6c333d4edea96cc3dc6d153122eed77c57 | |
parent | cdc59175283d00de03ee33e55cdd2dd8280ff0f1 [diff] |
change code format git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_genomix@3375 123451ca-8445-de46-9d55-352943316053
diff --git a/genomix/genomix-pregelix/src/test/java/edu/uci/ics/genomix/pregelix/JobRun/RunJobTestCase.java b/genomix/genomix-pregelix/src/test/java/edu/uci/ics/genomix/pregelix/JobRun/RunJobTestCase.java index c00e996..62deaff 100644 --- a/genomix/genomix-pregelix/src/test/java/edu/uci/ics/genomix/pregelix/JobRun/RunJobTestCase.java +++ b/genomix/genomix-pregelix/src/test/java/edu/uci/ics/genomix/pregelix/JobRun/RunJobTestCase.java
@@ -158,7 +158,7 @@ } private void compareResults() throws Exception { - FileSystem.getLocal(new Configuration()).mkdirs(new Path("actual")); + /*FileSystem.getLocal(new Configuration()).mkdirs(new Path("actual")); //File filePathTo = new File(CONVERT_RESULT); //BufferedWriter bw = new BufferedWriter(new FileWriter(filePathTo)); for (int i = 0; i < 1 * 2; i++) { @@ -167,7 +167,7 @@ + partname), FileSystem.getLocal(new Configuration()), new Path("actual/test" + partname), false, job.getConfiguration()); } - + */ TestUtils.compareWithResult(new File(resultFileName), new File(expectedFileName)); }