Skip to content

Commit

Permalink
Test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Oct 11, 2016
1 parent 6bf7195 commit 48c2cb2
Showing 1 changed file with 15 additions and 0 deletions.
Expand Up @@ -52,6 +52,9 @@ public void initSystem(Task initTask, OperationResult initResult) throws Excepti
"SAILOR", "PIRATE WANNABE");
}

/**
* MID-3460
*/
@Test
public void test100MergeJackGuybrushPreviewDelta() throws Exception {
final String TEST_NAME = "test100MergeJackGuybrushPreviewDelta";
Expand Down Expand Up @@ -87,6 +90,9 @@ public void test100MergeJackGuybrushPreviewDelta() throws Exception {

}

/**
* MID-3460
*/
@Test
public void test102MergeJackGuybrushPreviewObject() throws Exception {
final String TEST_NAME = "test102MergeJackGuybrushPreviewObject";
Expand Down Expand Up @@ -123,6 +129,9 @@ public void test102MergeJackGuybrushPreviewObject() throws Exception {

}

/**
* MID-3460
*/
@Test
public void test110MergeGuybrushJackPreviewDelta() throws Exception {
final String TEST_NAME = "test110MergeGuybrushJackPreviewDelta";
Expand Down Expand Up @@ -165,6 +174,9 @@ public void test110MergeGuybrushJackPreviewDelta() throws Exception {

}

/**
* MID-3460
*/
@Test
public void test112MergeGuybrushJackPreviewObject() throws Exception {
final String TEST_NAME = "test112MergeGuybrushJackPreviewObject";
Expand Down Expand Up @@ -202,6 +214,9 @@ public void test112MergeGuybrushJackPreviewObject() throws Exception {

}

/**
* MID-3460
*/
@Test
public void test200MergeJackGuybrush() throws Exception {
final String TEST_NAME = "test200MergeJackGuybrush";
Expand Down

0 comments on commit 48c2cb2

Please sign in to comment.