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

Renaming SQLTest #100

Merged
merged 2 commits into from
Oct 30, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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