Skip to content

Commit

Permalink
ISSUE #3: Correct test to run intended example
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan O'Meara committed Jan 13, 2016
1 parent 7c1a768 commit c0fb32d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;

import com.blackducksoftware.sdk.protex.client.examples.SampleGetFilesIdentifiedWithConflicts;
import com.blackducksoftware.sdk.protex.client.examples.report.SampleReportDataIdentifiedFiles;
import com.blackducksoftware.sdk.protex.client.examples.test.type.AbstractSdkSampleTest;
import com.blackducksoftware.sdk.protex.client.examples.test.type.TestSources;
import com.blackducksoftware.sdk.protex.client.examples.test.type.Tests;
Expand Down Expand Up @@ -58,7 +58,7 @@ public void runSample() throws Exception {
args[2] = Tests.getServerPassword();
args[3] = projectId;

SampleGetFilesIdentifiedWithConflicts.main(args);
SampleReportDataIdentifiedFiles.main(args);
}

@AfterClass(alwaysRun = true)
Expand Down

0 comments on commit c0fb32d

Please sign in to comment.