Added test classes for javascript component integration using d3.js and the new conce...
authorCherian Mathew <c.mathew@bgbm.org>
Fri, 10 Apr 2015 11:55:19 +0000 (11:55 +0000)
committerCherian Mathew <c.mathew@bgbm.org>
Fri, 10 Apr 2015 11:55:19 +0000 (11:55 +0000)
commit270ff3170d5918a336873aedab7a87e18eb06671
tree3984a9b4b8a0061bee758b767c230de9745329d7
parent513ad98ee9532ec20da83728dda695a982224770
Added test classes for javascript component integration using d3.js and the new concept relationship editor
.gitattributes
src/test/java/eu/etaxonomy/cdm/vaadin/jscomponent/D3CTree.java [new file with mode: 0644]
src/test/java/eu/etaxonomy/cdm/vaadin/jscomponent/D3CTreeState.java [new file with mode: 0644]
src/test/java/eu/etaxonomy/cdm/vaadin/presenter/ConceptRelationshipPresenterTest.java [new file with mode: 0644]
src/test/java/eu/etaxonomy/cdm/vaadin/presenter/StatusPresenterTest.java
src/test/java/eu/etaxonomy/cdm/vaadin/ui/CheckTestUI.java [new file with mode: 0644]
src/test/java/eu/etaxonomy/cdm/vaadin/ui/D3CTreeUI.java [new file with mode: 0644]
src/test/resources/eu/etaxonomy/cdm/vaadin/jscomponent/css/d3.ctree.css [new file with mode: 0644]
src/test/resources/eu/etaxonomy/cdm/vaadin/jscomponent/extlib/d3.min.js [new file with mode: 0644]
src/test/resources/eu/etaxonomy/cdm/vaadin/jscomponent/lib/d3ctree_connector.js [new file with mode: 0644]
src/test/resources/eu/etaxonomy/cdm/vaadin/presenter/ConceptRelationshipPresenterTest.xml [new file with mode: 0644]