mirror of https://github.com/apache/lucene.git
fix SimplePostToolTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651040 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ae4734f4cf
commit
221cbaad10
|
@ -113,7 +113,7 @@ public class SimplePostToolTest extends SolrTestCaseJ4 {
|
|||
@Test
|
||||
public void testTypeSupported() {
|
||||
assertTrue(t_web.typeSupported("application/pdf"));
|
||||
assertTrue(t_web.typeSupported("text/xml"));
|
||||
assertTrue(t_web.typeSupported("application/xml"));
|
||||
assertFalse(t_web.typeSupported("text/foo"));
|
||||
|
||||
t_web.fileTypes = "doc,xls,ppt";
|
||||
|
|
Loading…
Reference in New Issue