aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVirender Singh <virenv@outlook.com>2015-11-25 01:01:47 +0530
committerVirender Singh <virenv@outlook.com>2015-11-25 01:01:47 +0530
commit2e6e73d1b068638b0cbac295daf6cb8e581bba00 (patch)
tree2d67a8770c151429b56923a88d7961eebc92d365 /src
parent88fac97c3a820fcfe2519de25ddec6f45108fdfe (diff)
downloadtestng-2e6e73d1b068638b0cbac295daf6cb8e581bba00.tar.gz
Update CheckSuiteNamesTest.java
Diffstat (limited to 'src')
-rw-r--r--src/test/java/test/sanitycheck/CheckSuiteNamesTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/java/test/sanitycheck/CheckSuiteNamesTest.java b/src/test/java/test/sanitycheck/CheckSuiteNamesTest.java
index b2a4443f..f8cc1ad6 100644
--- a/src/test/java/test/sanitycheck/CheckSuiteNamesTest.java
+++ b/src/test/java/test/sanitycheck/CheckSuiteNamesTest.java
@@ -73,8 +73,8 @@ public class CheckSuiteNamesTest extends SimpleBaseTest {
Assert.assertEquals(xmlSuite2.getName(), "SanityCheckSuite (0)");
}
- @Test
- public void checkXmlSuiteAddition() throws ParserConfigurationException, SAXException, IOException {
+ @Test
+ public void checkXmlSuiteAddition() throws ParserConfigurationException, SAXException, IOException {
TestNG tng = create();
String testngXmlPath = getPathToResource("sanitycheck/test-s-b.xml");
Parser parser = new Parser(testngXmlPath);