Skip to content

Commit

Permalink
temporarily fix unit test w/ bad fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Dec 4, 2007
1 parent e14344a commit 4c54080
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -289,9 +289,9 @@ class ExpectMaster5000 {
void location(String location) throws IOException {
writeCSV(CsvConstants.NODEID);
writer.write(location);
writer.newLine();
writeCSV(CsvConstants.BINARY);
writer.write(BinaryEncoding.BASE64.name());
writer.newLine();
}

void batchBegin(String batchId) throws IOException {
Expand Down

0 comments on commit 4c54080

Please sign in to comment.