remove dataset.dtd from vaadin
ref #7103 completeting assertions for SpecimenTypeDesignationWorkingSetServiceImplTest
ref #7103 fixing test setup and data for SpecimenTypeDesignationWorkingSetServiceImplTest
fixing test environment by adding missing evn variables and property files
ref #7103 using transaction rollback to reset db after test method
renaming SpecimenTypeDesignationWorkingsetEditorPresenterTest to SpecimenTypeDesignationWorkingSetServiceImplTest and fixing test data
removing obsolte redundant test data set
using the CleanSweepInsertLoadStrategy for PresenterTests with FirstData_UsersAndPermissions dataset
fixing some problems in test data for StatusPresenterTest
fixing two more presenter tests: EditConceptRelationshipPresenterTest, NewTaxonBasePresenterTest
partially fixing broken test suite:
fxing problems in testsetup:
implementing test framework for integration tests and setting up SpecimenTypeDesignationWorkingService tests
Merge branch 'phycobank' into develop
Conflicts: src/main/java/eu/etaxonomy/cdm/mock/Registration.java src/main/java/eu/etaxonomy/cdm/mock/RegistrationService.java src/main/java/eu/etaxonomy/cdm/vaadin/model/DbTableDTO.java src/main/java/eu/etaxonomy/cdm/vaadin/model/registration/RegistrationWorkingSet.java...
adapt vaadin to model changes 4.7
ref #6169 first attempt to impement prester tests - not working yet
cleanup
ref #5974 remove synonym relationship and other model changes
ref #5974 Remove synonym relationships
updated test db for new model changes and updated test data accordingly
NewTaxonBasePresenterTest.xml : adjusted ids in test data to avoid unique key issue unitils.properties : reverted back to standard h2 jdbs driver
NewTaxonBaseComposite : add exception handling when name already exists StatusComposite : added tab sheet with main / excluded tabs CdmQueryFactory, LeafNodeTaxonContainer : added rank filter for ranks below species aggregate NewTaxonBasePresenter : added check if name exists...
ConceptRelationshipComposite, ConceptRelationshipView : using source from event to set primary composite LeafNodeTaxonContainer : checking for nulls SelectionEvent : added source object as member StatusComposite : adding component as source instead of in the list of objects...
D3ConceptRelationshipTree, ConceptRelationshipComposite, ConceptRelationshipPresenter, ConceptRelationshipView, IConceptRelationshipComponentListener : added directional variable to display cr tree in both direction d3.conceptrelationshiptree_connector.js : updated to handle bi-directional display...
ConceptRelationshipComposite: added enabling / disabling of edit / delete buttons and firing event when edit concept relationship dialog is opened EditConceptRelationshipComposite : fixed problems with async calls , adapted to updated operation class, added show in dialog method...
EditConceptRelationshipComposite : updated ui, added save + cancel + drag&drop functionality ConceptRelationshipComposite : using the EditConceptRelationshipComposite StatusComposite : set drag&drop mode ConceptRelationshipPresenter, EditConceptRelationshipPresenter : moved create, update, edit methods to EditConceptRelationshipPresenter...
EditConceptRelationshipComposite : updated composite for new and edit functionality IdAndUuid -> IdAndUuidName : new identity object with name NewTaxonBaseComposite, StatusComposite, NewTaxonBasePresenter, IConceptRelationshipComponentListener, INewTaxonBaseComponentListener : changed IdUuid to IdUuidName...
added corrected dataset
StatusPresenter : moved logic to container StatusComposite, NewTaxonBasePresenterTest, NewTaxonBasePresenterTest : added classification id argument for taxon creation
Added test classes for javascript component integration using d3.js and the new concept relationship editor
Added tests for NewTaxonBasePresenter Improved corrected existing tests CdmTestDataSourceFactory, unitils.properties : added custom test data source factory for unitils
testing fixes :
StatusComposite, IStatusComposite : added font awesome refresh icon, updated checkbox generator CdmSQLContainer : added methods to disable change ebents and possiblity to add items LeafNodeTaxonContainer : corrected and split queris for taxon and synonyms...
StatusComposite, IStatusComposite : implemented filters and context menu CdmSQLStringDecorator : empty string decorator StatusPresenter : added getter methods CdmVaadinBaseTest, StatusPresenterTest , StatusPresenterTest : added tests
test classes and datasets for status editor
StatusDTO : corrected set method DbStatusUI : removed unnecessary "/VAADIN" url pattern NavigatorTestUI, CdmSpringContextHelperTest : removed umlaut character
moved all jetty + cdmlib related stuff (except web.xml) to test
updated the test dataset to match the new schema
initial commit for project cdm-vaadin