fix #9849 adapt test data in vaadin
fix failing test test03_deleteTypeDesignationTest
ref #9664 adapt vaadin to nomenclaturalTitleCache
ref #9331 adapt vaadin test data to NamedSource
ref #9332 adapt some test data to new designationSource in vaadin
ref #9330 adapt testdata to removed SEP in vaadin
ref #9330 adapt testdata to removed NOR in vaadin
ref #9327 adapt vaadin to new secundum handling
cleanup
combine service-layer utility packages in vaadin
ref #9225 adapt vaadin test data to new NomenclaturalSource mapping direction
ref #9225 adapt vaadin test data to NomenclaturalSource
ref #6581 try to fix key issue in SpecimenTypeDesignationWorkingSetServiceImplTest
ref #6581 fix CdmSpringContextHelperTest in vaadin
ref #6581 fix tests in SpecimenTypeDesignationWorkingSetServiceImpl
ref #6581 fix test data with nomenclaturalMicroReference not being null (cont)
ref #6581 fix test data with nomenclaturalMicroReference not being null
remove null values from test with in Reference, TypeDesginationBase and Person and remove some "created" information
delete null values for updated, createdBy, updatedBy, LSID and some TaxonName attributes from testdata in vaadin
try to fix unique key exception in vaadin test
ref #9194, ref #6581 remove null values for CitationMicroReference and OriginalNameString from test data in vaadin
clean test data in SpecimenTypeDesignationWorkingSetServiceImplTest-deleteTest.xml
ref #9005 adapt vaadin tests to new TaxonNode.status
adapt vaadin tests to new schema version
moving kindOfUnitTerms from cdm-vaadin:TermsDataSet-ui-registration-with_auditing_info.xml to edit-test:TermsDataSet-with_auditing_info.xml
minor
removing unused xsd files
ref #7729 removing unused ehcache.xml - all config is code based
fixing problems in test dataset with hibernate sequences for useraccount - comment
fixing problems in test dataset with hibernate sequences for useraccount
ref #7550 adding CdmUserHelper to test application context
fixing broken test dataset
valid => val. in testdata
Adapt vaadin to model version 5.0
switching vom id based to uuid based ui navigation and entity references
ref #7101 fixed testLoadTaxa test
remove dataset.dtd from vaadin
revert "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
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