Revision: 15168
          http://gate.svn.sourceforge.net/gate/?rev=15168&view=rev
Author:   markagreenwood
Date:     2012-01-21 18:28:15 +0000 (Sat, 21 Jan 2012)
Log Message:
-----------
removed some duplicated testing; rtf files are handled by Tika and tested by 
the Tika test code

Modified Paths:
--------------
    gate/trunk/src/gate/xml/TestXml.java

Removed Paths:
-------------
    gate/trunk/src/gate/resources/gate.ac.uk/tests/rtf/

Modified: gate/trunk/src/gate/xml/TestXml.java
===================================================================
--- gate/trunk/src/gate/xml/TestXml.java        2012-01-21 18:05:56 UTC (rev 
15167)
+++ gate/trunk/src/gate/xml/TestXml.java        2012-01-21 18:28:15 UTC (rev 
15168)
@@ -77,12 +77,6 @@
     urlList.add(url);
     urlDescription.add(" an HTML document ");
 
-    url = Gate.getUrl("tests/rtf/Sample.rtf");
-    assertTrue("Coudn't create a URL object for defg ",url != null);
-    urlList.add(url);
-    urlDescription.add(" a RTF document ");
-
-
     url = Gate.getUrl("tests/email/test2.eml");
     assertTrue("Coudn't create a URL object for defg ",url != null);
     urlList.add(url);

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to