Skip to content

Commit

Permalink
MONDRIAN: exposed static suite() method in Main, to allow junit suite…
Browse files Browse the repository at this point in the history
… reuse

[git-p4: depot-paths = "//open/mondrian/": change = 11702]
  • Loading branch information
Will Gorman committed Oct 9, 2008
1 parent 67cd535 commit 54588e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsrc/main/mondrian/test/Main.java
Expand Up @@ -130,7 +130,7 @@ private void run(String[] args) throws Exception {
* @return test suite
* @throws Exception on error
*/
private static Test suite() throws Exception {
public static Test suite() throws Exception {
MondrianProperties properties = MondrianProperties.instance();
String testName = properties.TestName.get();
String testClass = properties.TestClass.get();
Expand Down

0 comments on commit 54588e9

Please sign in to comment.