Unit test failures on develop

Some new test failures seem to have crept in:

AAStructureBindingModelTest

  • setUp calls StructureSelectionManager.setMapping(data, DataSourceType.PASTE) but PASTE is getting converted to FILE

JmolParserTest ‘expected localstruct but was localstruct.pdb’

JmolViewerTest NPEs in Jmol thread, not sure why

SeqPanelTest (failing test added for JAL-2563)

The University of Dundee is a registered Scottish Charity, No: SC015096

···

Email signature

University of Dundee shield logo

Mungo Carstairs
Jalview Computational Scientist

The Barton Group
Division of Computational Biology

School of Life Sciences

University of Dundee, Dundee, Scotland, UK

www.jalview.org

www.compbio.dundee.ac.uk
g.m.carstairs@dundee.ac.uk

University of Dundee FacebookUniversity of Dundee TwitterUniversity of Dundee LinkedInUniversity of Dundee YouTubeUniversity of Dundee InstagramUniversity of Dundee Snapchat
We’re Scottish University of the Year again!
The Times / Sunday Times Good University Guide 2016 and 2017

New failing Network tests are:
jalview.ext.jmol.JmolViewerTest.testStructureLoadingViaURL
jalview.io.FileLoaderTest.testDownloadStructuresIfInputFromURL

Unknown state failing tests:
jalview.ws.sifts.SiftsClientTest.getSIFTsFileTest,getSiftsStructureMappingTest

Expected fails

jalview.ext.paradise.TestAnnotate3D.test1GIDbyId,testIdVsContent2GIS,
testPDBfileVsRNAML
jalview.ws.PDBSequenceFetcherTest.testRnaSeqRetrieve
jalview.ws.jabaws.RNAStructExportImport.testRNAStructExport

···

On 30/05/2017 10:24, Mungo Carstairs (Staff) wrote:

Some new test failures seem to have crept in:

AAStructureBindingModelTest

- setUp calls StructureSelectionManager.setMapping(data,
DataSourceType.PASTE) but PASTE is getting converted to FILE

JmolParserTest 'expected localstruct but was localstruct.pdb'

JmolViewerTest NPEs in Jmol thread, not sure why

SeqPanelTest (failing test added for JAL-2563)

Email signature

University of Dundee shield logo <http://uod.ac.uk/sig-home&gt;

*Mungo Carstairs*
Jalview Computational Scientist

The Barton Group
Division of Computational Biology

School of Life Sciences

University of Dundee, Dundee, Scotland, UK

www.jalview.org <http://www.jalview.org>

www.compbio.dundee.ac.uk <http://www.compbio.dundee.ac.uk>
g.m.carstairs@dundee.ac.uk <mailto:g.m.carstairs@dundee.ac.uk>

University of Dundee Facebook <http://uod.ac.uk/sig-fb&gt; University of
Dundee Twitter <http://uod.ac.uk/sig-tw&gt; University of Dundee LinkedIn
<http://uod.ac.uk/sig-li&gt; University of Dundee YouTube
<http://uod.ac.uk/sig-yt&gt; University of Dundee Instagram
<http://uod.ac.uk/sig-ig&gt; University of Dundee Snapchat
<http://uod.ac.uk/sig-sc&gt;
*We're Scottish University of the Year again!*
<http://uod.ac.uk/sig-strapline&gt;
The Times / Sunday Times Good University Guide 2016 and 2017

The University of Dundee is a registered Scottish Charity, No: SC015096

_______________________________________________
Jalview-dev mailing list
Jalview-dev@jalview.org
http://www.compbio.dundee.ac.uk/mailman/listinfo/jalview-dev

--
-------------------------------------------------------------------
Dr JB Procter, Jalview Coordinator, The Barton Group
Division of Computational Biology, School of Life Sciences
University of Dundee, Dundee DD1 5EH, UK.
+44 1382 388734 | www.jalview.org | www.compbio.dundee.ac.uk

The University of Dundee is a registered Scottish Charity, No: SC015096

Network test status update:

New failing Network tests are:
jalview.ext.jmol.JmolViewerTest.testStructureLoadingViaURL
jalview.io.FileLoaderTest.testDownloadStructuresIfInputFromURL

Thanks for fixing these, Charles.

Unknown state failing tests:
jalview.ws.sifts.SiftsClientTest.getSIFTsFileTest,getSiftsStructureMappingTest

This still fails - looks like the 'use SIFTS' beforeTest config is not
taking, at least on my machine:
jalview.ws.sifts.SiftsClientTest.getSiftsStructureMappingTest(SiftsClientTest.java:397)

which is:
Assert.assertTrue(SiftsSettings.isMapWithSifts());

HTH
Jim.
PS. testJvProps doesn't seem to set SIFTS at all.

···

On 30/05/2017 12:31, James Procter wrote: