Commit dfb9dc10 authored by Liang Ding's avatar Liang Ding

#12932 测试用例

parent 6997e041
......@@ -224,15 +224,6 @@
</resource>
</resources>
<testResources>
<testResource>
<directory>src/main/resources</directory>
</testResource>
<testResource>
<directory>src/test/resources</directory>
</testResource>
</testResources>
<plugins>
<plugin>
<groupId>org.eluder.coveralls</groupId>
......
......@@ -102,6 +102,6 @@ public class IndexProcessorTestCase extends AbstractTestCase {
Assert.assertEquals(cookies.size(), 1);
final Cookie first = cookies.iterator().next();
Assert.assertEquals(first.getName(), Solos.COOKIE_NAME);
Assert.assertNull(first.getValue());
Assert.assertEquals(first.getValue(), "");
}
}
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