提交 bb72f7a3 编写于 作者: C Calvin

fix case and add more permsize in functional test

上级 23c7b1f2
......@@ -564,6 +564,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Xmx256M -XX:MaxPermSize=128m</argLine>
<includes>
<include>**/*FT.java</include>
</includes>
......
......@@ -404,7 +404,8 @@
</execution>
</executions>
</plugin>
<!-- test插件,设定內存/ClassLoader -->
<!-- test插件,设定內存 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
......@@ -471,6 +472,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Xmx256M -XX:MaxPermSize=128m</argLine>
<includes>
<include>**/*FT.java</include>
</includes>
......
......@@ -19,7 +19,7 @@ public class UserManagerFT extends BaseSeleniumTestCase {
@Category(Smoke.class)
public void list() {
s.open("/");
s.click(By.linkText("综合演示"));
s.click(By.linkText("帐号管理"));
assertEquals("Showcase示例:综合演示用例", s.getTitle());
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册