Skip to content

Commit

Permalink
MONDRIAN: fix whitespace in MondrianTestRunner
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 8270]
  • Loading branch information
jsichi committed Dec 7, 2006
1 parent b165aec commit 9030a6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testsrc/main/mondrian/test/MondrianTestRunner.java
Expand Up @@ -40,7 +40,7 @@ public MondrianTestRunner() {
this(System.out);
}

/**
/**
* Constructs a TestRunner using the given stream for all the output
*/
public MondrianTestRunner(PrintStream writer) {
Expand All @@ -65,7 +65,7 @@ public TestSuiteLoader getLoader() {
public void testFailed(int status, Test test, Throwable t) {
}
public void testStarted(String testName) {
}
}
public void testEnded(String testName) {
}
/**
Expand Down Expand Up @@ -201,4 +201,4 @@ private String getStopReason() {
return stopReason;
}

}
}

0 comments on commit 9030a6b

Please sign in to comment.