|
From: Vladimir G. <vga...@ne...> - 2010-01-26 22:00:21
|
On Jan 26, 2010, at 9:18 AM, youjun guo wrote:
> Thanks Vladimir,
>
> The sequence works, and MatrixServiceImplTest problem solved.
>
When I run 'mvn test', I get
Tests in error:
testFindMatricesByTaxon
(org.cipres.treebase.service.taxon.TaxonLabelServiceImplTest)
testFindTaxonVariantWithSubstring
(org.cipres.treebase.service.taxon.TaxonLabelServiceImplTest)
testSetAuthors(org.cipres.treebase.domain.study.CitationTest)
testUpdateNewickString(org.cipres.treebase.domain.tree.PhyloTreeTest)
testDelete(org.cipres.treebase.dao.admin.PersonDAOTest)
testFindByID(org.cipres.treebase.dao.admin.PersonDAOTest)
testFindMatricesByTaxonLabel
(org.cipres.treebase.domain.taxon.TaxonLabelTest)
testFindMatricesByTaxonVariant
(org.cipres.treebase.domain.taxon.TaxonLabelTest)
testConvertToMatrices
(org.cipres.treebase.domain.search.SearchResultsTest)
testConvertFromMatrices
(org.cipres.treebase.domain.search.SearchResultsTest)
testConvertToTrees(org.cipres.treebase.domain.search.SearchResultsTest)
testConvertFromTrees
(org.cipres.treebase.domain.search.SearchResultsTest)
Tests run: 263, Failures: 0, Errors: 12, Skipped: 0
Do you get the same or there is something wrong on my side?
--VG
|