RE: org.apache.ctakes.ytex.umls.dao.UMLSDaoTest

2014-08-25 Thread Chen, Pei
checking? Assert.assertNotNull(auis); CTAKES-308 > -Original Message- > From: vijay garla [mailto:vnga...@gmail.com] > Sent: Monday, August 25, 2014 4:30 PM > To: dev@ctakes.apache.org > Subject: Re: org.apache.ctakes.ytex.umls.dao.UMLSDaoTest > > That is an expected e

Re: org.apache.ctakes.ytex.umls.dao.UMLSDaoTest

2014-08-25 Thread vijay garla
That is an expected error having to do with the fact that UMLS isn't installed in the test database that get's fired up for unit tests. That is actually a warning (and should be interpreted as an error only if you do have UMLS set up) On Mon, Aug 25, 2014 at 9:02 PM, Pei Chen wrote: > Hi VJ, >