Skip to content

Commit

Permalink
#124: renamed test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Pfotenhauer committed Aug 10, 2020
1 parent 5420a48 commit f52c785
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import com.xceptance.neodymium.testclasses.webDriver.ValidateReuseWebDriver;
import com.xceptance.neodymium.testclasses.webDriver.ValidateWebDriverClosed;
import com.xceptance.neodymium.testclasses.webDriver.ValidateWebDriverMaxReuse;
import com.xceptance.neodymium.testclasses.webDriver.ValidateWebDriverMaxReuseWithTwoWebDriver;
import com.xceptance.neodymium.testclasses.webDriver.ValidateWebDriverMaxReuseWithTwoWebDrivers;
import com.xceptance.neodymium.testclasses.webDriver.ValidateWebDriverReuseCounter;

public class NeodymiumWebDriverTest extends NeodymiumTest
Expand Down Expand Up @@ -57,7 +57,7 @@ public void testValidateWebDriverMaxReuse()
@Test
public void testValidateWebDriverMaxReuseWithTwoWebDriver()
{
Result result = JUnitCore.runClasses(ValidateWebDriverMaxReuseWithTwoWebDriver.class);
Result result = JUnitCore.runClasses(ValidateWebDriverMaxReuseWithTwoWebDrivers.class);
checkPass(result, 9, 0, 0);
}

Expand Down

0 comments on commit f52c785

Please sign in to comment.