JAL-3438 spotless for 2.11.2.0
[jalview.git] / test / jalview / commands / EditCommandTest.java
2022-03-08 Jim ProcterJAL-3438 spotless for 2.11.2.0
2021-09-21 Ben SoaresJAL-3691 automatic insertion of Locale.ROOT to toUpperC...
2018-12-17 Jim ProcterJAL-2830 reinstate toUppercase for new dataset sequence...
2018-01-18 gmungocJAL-2830 removed toUpperCase() from edited dataset...
2018-01-18 gmungocJAL-2541 removed redundant test flag
2018-01-18 gmungocJAL-2541 cutWithFeatures_exhaustive test including...
2017-11-16 Jim ProcterJAL-2822 fix comedy typo in test
2017-11-16 Jim ProcterJAL-2822 verify start/end is correctly updated and...
2017-11-16 Jim ProcterJAL-2541 JAL-2822 verify limits for edited sequence...
2017-11-13 gmungocJAL-2830 failing test added for Replace
2017-11-13 gmungocMerge branch 'bug/JAL-2829deleteCharsWithGaps' into
2017-11-13 gmungocJAL-2541 enable failing test for alignment dataset
2017-11-07 Jim ProcterJAL-2823 JAL-2822 JAL-2684 test sequence start and...
2017-11-07 Jim ProcterJAL-2684 failing test for trim-start -> incorrect pairw...
2017-11-06 Jim ProcterJAL-2684 tidy unneeded code
2017-10-24 Jim ProcterJAL-2541 verify sequence features unaffected on dataset...
2017-10-24 Jim ProcterJAL-2541 assert that alignments sharing references...
2017-09-14 gmungocJAL-2541 test with seq start > 1 (and fix Undo bug...
2017-09-14 gmungocJAL-2541 it works!! it works!!!
2017-09-14 gmungocJAL-2541 clean unit test of cut/undo (ungapped sequence)
2017-09-14 gmungocJAL-2541 more useful assert message
2017-09-14 gmungocJAL-2541 adjust end of contact feature spanning cut...
2017-09-14 gmungocJAL-2541 working Cut/Undo with feature relocation
2017-09-14 gmungocJAL-2541 revised cut with features (work in progress)
2017-06-09 gmungocJAL-2446 merged to spike branch
2017-05-25 gmungocJAL-2557 removal of Sequence.sequenceFeatures
2017-05-18 gmungocJAL-2541 initial unit tests for edit cut relocate features
2016-11-24 tcofoegbuJAL-2326 added setup method for JvOptionPane in all... features/JAL-2326_JOptionPane-refactoring
2016-10-25 Jim ProcterJAL-2089 patch broken merge to master for Release 2... releases/Release_2_10_0_Branch
2016-10-06 Jim ProcterJAL-2089 Merge branch releases/Release_2_10_Branch...
2016-09-28 Jim ProcterJAL-2235 patch tests where self-reference was used...
2015-10-16 Jim ProcterJAL-1925 update source version in license Release_2_9_0b2
2015-10-08 Jim ProcterJAL-1894 update year/version in copyright
2015-09-22 Jim ProcterMerge branch 'develop' into Release_2_9_0b1_Branch
2015-09-14 gmungocJAL-1880 handle sequence offsets properly when mapping...
2015-09-10 Jim ProcterJAL-1645 Version-Rel Version 2.9 Year-Rel 2015 Licensin...
2015-09-10 Jim ProcterJAL-1645 licencing for new files in test and utils
2015-09-10 Jim ProcterJAL-1645 source formatting and organise imports
2015-07-23 tcofoegbuResolved merge conflict in EdtiCommandTest.java
2015-07-23 tcofoegbuJAL-1805 modified test setup's so the are ran for group...
2015-07-22 Jim ProcterJAL-1805 add group spec to the BeforeMethod setup ...
2015-07-08 gmungocJAL-1759 merge from develop
2015-07-07 tcofoegbuJAL-1805 test envirionment separation
2015-06-19 tcofoegbuJAL-1270 test suits import order refactor features/JAL-1270_JUnit-to-TestNG features/JAL-1782_JUnit-to-TestNG
2015-06-19 tcofoegbuJAL-1270 JUnit to TestNG refactoring
2015-03-26 gmungocMerge develop to Release_2_8_3_Branch
2014-12-22 Jim ProcterMerge: 497958b 68dcaa7
2014-11-25 gmungocJFAL-1594 fix Undo bug; enum EditCommand.Action; basic...