Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #100 from caskdata/feature/sql-test-rename
Browse files Browse the repository at this point in the history
Merged #100
  • Loading branch information
achalpandey committed Oct 30, 2014
2 parents a5fda58 + 009f8c3 commit 6eb98f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
/**
* SQLTest
*/
public class SQLTest extends SQLFlowTestBase {
public class SQLGroupByTest extends SQLFlowTestBase {
private static final int MAX = 10;
private static CountDownLatch latch;

/**
* Setup and deploy {@link co.cask.tigon.test.SQLTest.SQLFlow}
* Setup and deploy {@link SQLGroupByTest.SQLFlow}
* @throws Exception
*/
@BeforeClass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class SQLJoinTest extends SQLFlowTestBase {
private static CountDownLatch latch;

/**
* Setup and deploy {@link co.cask.tigon.test.SQLTest.SQLFlow}
* Setup and deploy {@link SQLJoinTest.SQLFlow}
* @throws Exception
*/
@BeforeClass
Expand Down

0 comments on commit 6eb98f7

Please sign in to comment.