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:
Erik Hatcher 2015-01-12 08:50:31 +00:00
parent ae4734f4cf
commit 221cbaad10
1 changed files with 1 additions and 1 deletions

View File

@ -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";