Commit 591588da authored by lichenchong's avatar lichenchong
Browse files

Update the class of AllTestsRunner.

parent 9c1c6032
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -197,6 +197,7 @@ public class AllTestsRunner {
    public static void main(String[] args) {
        XmlSuite suite = new XmlSuite();
        suite.setName("SmokeSuite");
        suite.setParallel(XmlSuite.PARALLEL_NONE);
         
        XmlTest test = new XmlTest(suite);
        test.setName("SmokeTest");