This page is a catch-all location for items marked as TODO in the code, but are not appropriate for the current sprint.
Removed 3/3/2016 in anticipation of release
TODO: have additional methods like the one above as needed (found after the Template001 function)
Removed:
// TODO: get this test working /* * @Test public void testNormalUseRestValidation005() throws Exception { * Logger.getLogger(getClass()).debug("Start test"); * * ValidationResult result = validationService.validateMerge(umlsTerminology, * umlsVersion, "C0000005", "C00000039", authToken); * * assertTrue(result.getErrors().size() == 0); * assertTrue(result.getWarnings().size() == 0); } */ |
// TODO: need sort order check (by name)
// TODO: need "parents only" and "chlidren only" checks. (this also needs
// implementing)
// TODO: test pfs parameter "active only" and "inactive only" features
// TODO: test pfs parameter "active only" and "inactive only" features
// TODO: need to test multiple search criteria in conjunction
// TODO: need to test search criteria for descriptor relationships
// TODO: need to test multiple search criteria in conjunction
// TODO: test pfs parameter "active only" and "inactive only" features
// TODO: get this test working /* * @Test public void testNormalUseRestValidation005() throws Exception { * Logger// TODO: reactivate when transitive closure is ready // ConceptList resultList = // projectService.findConceptsInScope(projectList.getObjects().get(0) // .getId(), pfs, viewerAuthToken); // Assert.assertEquals(10, resultList.getCount()); // Assert.assertEquals(9912, resultList.getTotalCount()); // Make sure first 10 are sorted by dpn // Collections.sort(resultList.getObjects(), new Comparator<Concept>() { // @Override // public int compare(Concept o1, Concept o2) { // return o1.getName().compareTo( // o2.getName()); // } // });0039", authToken); * * assertTrue(result.getErrors().size() == 0); * assertTrue(result.getWarnings().size() == 0); } */ |