Commit 231a13fe by Li Yongyu

Merge branch 'master' of https://gitlab.eoffcn.com/lyy56980/study.git

Conflicts:
	studycenter_Api_auto_test/testng.xml
parents 517d2040 de22e6a6
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="Suite" parallel="none">
<listeners>
<listener class-name="org.uncommons.reportng.HTMLReporter" />
<listener class-name="org.uncommons.reportng.JUnitXMLReporter" />
</listeners> <!-- -->
<test name="Test">
<classes>
<class name="com.offcn.test.APITest_study"/>
</classes>
</test>
<!--
<test name="Test1">
<classes>
<class name="com.offcn.TestUnti.Mail"/>
</classes>
</test> Test -->
</suite> <!-- Suite -->
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