Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2015-09-02Bug 475427 - [compare] No syntax highlighting when IDocument is passedPascal Rapicault1-0/+107
in as input Change-Id: If494d46cf5a4ff969976db649d85665e13d10d19 Signed-off-by: Pascal Rapicault <pascal@rapicorp.com>
2015-07-31Increased bundle version for NeonI20150818-0800I20150811-1400I20150805-2000I20150805-0800I20150804-2000I20150804-0800I20150803-2000I20150803-0800I20150802-2000Dani Megert2-2/+2
2015-07-31Bug 470344 - Replace new Boolean with Boolean.valueOfAlex Blewitt1-3/+4
Using `new Boolean()` results in the creation of a new object on the heap, when the flyweight `Boolean.TRUE` and `Boolean.FALSE` are available. Java 1.4 added a `Boolean.valueOf()` which can be used in place of `new Boolean()` but which will use the existing flyweight values instead. Globally change `new Boolean(...)` to `Boolean.valueOf(...)` and replace constant valued expressions with their flyweight counterparts. In-line `Boolean.valueOf(true)` with `Boolean.TRUE`, c.f. false. Bug: 470344 Change-Id: I673669144881f738006b8567e99e5760e851ad07 Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2015-07-03Bug 469765 - Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsI20150707-0800Szymon Ptaszkiewicz6-12/+12
2015-02-19Increased bundle version for bug fixes in Mars streamSzymon Ptaszkiewicz2-3/+3
2015-02-18Bug 394739 - Remove org.eclipse.core.runtime.compatibility* bundlesMat Booth3-12/+7
Change-Id: Iacc036e92d43a5bca1a727f2dd203d1a39692f9a Signed-off-by: Mat Booth <mat.booth@redhat.com>
2015-02-03Bug 458997 - org.eclipse.team.cvs.ssh bundle does not need to be builtI20150217-0800I20150210-0800Szymon Ptaszkiewicz7-21/+1
Change-Id: Ieb7472996b3eb4010fd963f09e523ea66f55fb61 Signed-off-by: Szymon Ptaszkiewicz <szymon.ptaszkiewicz@pl.ibm.com>
2014-12-17Removed outdate vmargsI20150203-1300I20150129-1830I20150128-2000I20150128-0900I20150127-2000I20150127-0900I20150126-2000I20150126-0930I20150126-0800I20150125-2000I20150120-0800I20150116-1000I20150113-0800I20150106-0800I20141230-0800I20141223-0800Dani Megert1-1/+0
2014-12-02Increased bundle version for Mars fixesDani Megert2-3/+3
2014-12-02Fixed bug 441993: Eclipse can't apply patch produced by "git format-patch" ↵Markus Keller12-18/+18
due to the --<git version> lines at the end Signed-off-by: Markus Keller <markus_keller@ch.ibm.com>
2014-08-26Increased bundle version for bug fixes in Mars streamI20141008-1300I20141007-1500I20141007-0800I20140930-0800I20140923-0800I20140918-0330I20140917-2000I20140917-0800I20140916-2000I20140916-0800I20140915-2000I20140915-0800I20140914-2000I20140909-1315I20140909-1115I20140909-1000I20140909-0800I20140903-1100I20140902-1330I20140902-0800I20140826-0800Szymon Ptaszkiewicz4-6/+6
2014-08-26Bug 442530 - We should not have empty performance targetsSzymon Ptaszkiewicz2-9/+1
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsI20140812-0800I20140806-2000I20140806-0800I20140805-2000I20140805-0800I20140804-2000I20140804-0800I20140803-2000I20140729-0800I20140722-0800I20140715-0800I20140708-0800I20140701-0800Paul Webster6-7/+7
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
2014-01-28Bug 419528: Get rid of nested jarsI20140204-0800Mickael Istria6-12/+12
Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=419528 Signed-off-by: Mickael Istria <mistria@redhat.com> Change-Id: I63a6e5a9c4b9a5c85e14148fe2ca79417d9f6118
2013-11-14Fixed bug 419838: Bug_217673.test runs very long and throws OOME often on ↵Markus Keller1-9/+5
Mac (now disabled) Signed-off-by: Markus Keller <markus_keller@ch.ibm.com>
2013-10-24Disabled test to workaround bug 419838: Bug_217673.test runs into OOM oftenDani Megert1-1/+10
2013-10-24Bug 419228 - [Net] PreferenceModifyListener pollutes exported preferencesSzymon Ptaszkiewicz2-1/+65
Change-Id: I2907c8cd1e9cd9a0a662c45652a69948e8cc75da Signed-off-by: Szymon Ptaszkiewicz <szymon.ptaszkiewicz@pl.ibm.com>
2013-10-18Fixed bug 419838: Bug_217673.test runs into OOM oftenI20131023-2000I20131022-1300I20131022-0800Dani Megert1-1/+2
2013-09-05Fixed potential null pointer access warningsI20131015-0800I20131009-0430I20131008-2330I20131001-0800I20130924-1130I20130924-0800I20130918-2000I20130918-0800I20130917-2000I20130917-0800I20130916-2330I20130916-2000I20130916-0900I20130915-2000I20130914-1900I20130914-1500I20130913-2000I20130912-2000I20130911-2000I20130910-2000I20130910-0800I20130909-2000I20130908-2000I20130906-2000I20130905-2000Dani Megert1-36/+53
2013-09-05Increased bundle version for LunaDani Megert2-2/+2
2013-09-05Disabled unstable ResourceMapperTests.testCacheBase in MacDani Megert1-0/+3
2013-08-27Introduced test pom that uses eclipse-parent pom property to set ignored ↵I20130902-2000I20130901-2000I20130831-1500I20130830-2000I20130829-2000I20130828-1800I20130828-1000Dani Megert6-10/+30
warnings
2013-08-20Introduced TeamCVSTestPlugin.IS_UNSTABLE_TESTI20130827-0800I20130820-0800Dani Megert5-50/+63
2013-08-08Disabled unstable #testCommit on Mac OS X (see bug 399375)Dani Megert1-1/+9
2013-07-10Disabled RepositoryRootTest/s since they are unstable (see bug 409126)Dani Megert1-2/+6
2013-06-26Bug 411158 - Update parent POMs for LunaPaul Webster5-5/+5
2013-06-20Fixed bug 408200: Fix errors in Team test plugin.xml filesI20130625-0800Dani Megert2-8/+2
2013-06-20Increased bundle version for Luna fixesDani Megert4-4/+4
2013-06-03Disabled unstable ResourceMapperTests#testBranch (see bug 404422)R4_3M20130703-0800I20130618-0800I20130605-2000I20130604-2000I20130603-2000Dani Megert1-0/+8
2013-05-30Disabled CVSWorkspaceSubscriberTest.testNestedMarkAsMerged failed (see bug ↵I20130602-2000I20130601-1500I20130531-2000I20130530-1430Dani Megert1-1/+6
408932)
2013-05-22Increased amount of retries againI20130529-2000I20130528-2000I20130528-1200I20130527-2000I20130527-0800I20130526-2000I20130526-0500I20130525-1500I20130523-1400I20130522-2000Dani Megert1-1/+1
2013-05-14Updated copyright dateI20130514-2000Dani Megert5-5/+5
2013-05-13Revert "Increased amount of retries"I20130513-2000Dani Megert1-1/+1
This reverts commit c2c195c7bcd6771f5cd0c064295882465a2cf8b1.
2013-05-06Increased amount of retriesDani Megert1-1/+1
2013-05-03More work for bug 403309: Test failure: CVSMergeSubscriberTest#testLocalScrubI20130505-2000I20130504-1500I20130503-2000Dani Megert1-15/+35
2013-05-03Also log job stateDani Megert1-1/+1
2013-05-03Fixed warningsDani Megert2-0/+26
2013-05-03Fixed warningsDani Megert5-10/+16
2013-05-01Fixed bug 403309: Test failure: CVSMergeSubscriberTest#testLocalScrubI20130502-0800I20130501-2000I20130501-1400I20130501-1100I20130501-0800Dani Megert2-27/+73
2013-04-17Mark ICompareFilter with @noreference and fix bundle versionsDani Megert1-1/+2
2013-04-15Bug 382427 - Mechanism to inject line compare strategies into merge andJeremy Flicker6-16/+514
structure viewers Change-Id: Iec597bd9582933b90f67de94547b4ccdaef9a319
2013-03-29Bug 403309 - Test failure: CVSMergeSubscriberTest#testLocalScrubI20130402-0800Malgorzata Janczarska1-0/+3
2013-03-28bug 403968 - Update Platform teamPaul Webster5-20/+10
2013-03-26Bug 403311 - [NET] testSimpleHost test fail on Windows 7 - Disable testMalgorzata Janczarska1-7/+3
2013-03-19Updated bundle versionI20130319-1000Dani Megert1-1/+1
2013-03-18Bug 399375 - Test failures in ResourceMapperTests: TIMEOUTN20130318-2000Malgorzata Janczarska1-10/+28
2013-03-15Correctly disable EditorTests.testOpenEditorOnRevisionN20130317-2000N20130316-1500N20130315-2000Dani Megert3-6/+8
2013-03-14Bug 403311 - [NET] testSimpleHost test fail on Windows 7I20130314-1330Malgorzata Janczarska1-1/+6
2013-03-14Bug 403309 - Test failure: CVSMergeSubscriberTest#testLocalScrub -Malgorzata Janczarska1-2/+2
change deleting to force.
2013-03-14Bug 399375 - Test failures in ResourceMapperTests: TIMEOUT - disableMalgorzata Janczarska1-53/+83
failing on timeout

Back to the top