Commit a89574b2 by yangfangfang

Merge remote-tracking branch 'origin/master'

parents c1dd3353 236ea1a8
...@@ -22,7 +22,7 @@ public class TestSwitchStudio extends XMBaseTest { ...@@ -22,7 +22,7 @@ public class TestSwitchStudio extends XMBaseTest {
.setCase_name(Thread.currentThread().getStackTrace()[1].getFileName().split("\\.")[0]); .setCase_name(Thread.currentThread().getStackTrace()[1].getFileName().split("\\.")[0]);
super.beforeTest(); super.beforeTest();
} }
@Test(description = "切换场馆") //@Test(description = "切换场馆")
public void testSwitchStudio() { public void testSwitchStudio() {
AdminTools tools =new AdminTools(); AdminTools tools =new AdminTools();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment