Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-27Bug 535802 - EPL 2.0 conversion for team testLars Vogel99-297/+594
Change-Id: I9462dd48724ce842454cf6e63dbdbba554838697 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-11-09Bug 527018 - [refactoring] Replace use of Number constructors by valueOfI20171113-2000I20171112-2000I20171111-1500I20171111-0410I20171111-0155I20171110-2000I20171109-2000Karsten Thoms1-2/+2
Bump micro version for 4.8 Change-Id: Ib0bee17c6905c38cab7d4701f6339bfd63d9c45e Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-10-11Fixed bug 525817: Disable CVS tests on MacDani Megert2-10/+16
2017-10-10Fixed bug 525817: Disable CVS tests on MacI20171011-0305I20171010-2000Dani Megert2-14/+22
2017-07-20Move to non-deprecated org.junit.AssertI20170723-2000I20170722-2000I20170722-0045I20170721-2000I20170720-2000Alexander Kurtakov5-37/+70
Change-Id: I50724a2da4f0d94189e0bf0d34ceb16baefbfb4c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-07-20Remove unnecessary casts.Alexander Kurtakov3-16/+6
And non-javadoc comments as spotted. Change-Id: I308e2d97fc3e2b9892326fa811e7076627b263ad Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-12-08Bug 508933 - CVS tests leak running jobsSergey Prigogin1-11/+13
Added names of the unfinished jobs to the error message. Change-Id: I03f3f50cb908bdcbda14a6bbe3230ca813421309
2016-11-01Bug 506368 - CVS test failures in N20161020Stefan Xenos2-1/+89
Ensure that there are no outstanding Jobs or *syncExecs still pending between tests. Change-Id: I4374f34520fbaf3dc1abe34922c65c5deecaf7b1 Signed-off-by: Stefan Xenos <sxenos@gmail.com>
2016-09-06Clean up on previous workY20160915-1000Y20160908-1000I20160915-0230I20160915-0200I20160914-2300I20160914-2000I20160914-0800I20160914-0430I20160914-0030I20160913-2000I20160913-0800I20160912-2000I20160912-1005I20160912-0800I20160912-0430I20160912-0225I20160912-0140I20160911-2015Dani Megert1-9/+12
2016-08-24Bug 491036 - Eliminate Utils.getAdapter(Object, Class) in favor ofSergey Prigogin2-7/+8
Adapters.adapt Change-Id: I710ccfa96a6e3c6c329a57197273d2db524f0098
2016-08-08Fixed compiler warnings.Sergey Prigogin7-138/+132
Change-Id: Id03714d70eb65b4c8991cca5bad9d8f99c9c4b9f
2016-08-08Fixed compiler warnings.Sergey Prigogin5-30/+25
Change-Id: Ie22173941de1768217692d0cc087999333bee764
2016-07-19Revert "Bug 213780 - Compare With direction should be configurable"Sergey Prigogin1-21/+5
This reverts commits ec30f62a24da6e8e47dbb3a566049c628bb74f05 and 73fd0ef44b36fd04a8268b9600d4f21f91a43381. Change-Id: Idc485d2801533a72eb4a38803eb863f791ab239f
2016-07-13Bug 213780 - Compare With direction should be configurableY20160714-1000I20160719-0800I20160716-1900Sergey Prigogin1-5/+21
Fixed tests sensitive to the layout preference. Change-Id: Ib30bb4c7ac8b42a81d8e1e55a0f0a897de587b05
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-02-18Bug 394739 - Remove org.eclipse.core.runtime.compatibility* bundlesMat Booth1-9/+6
Change-Id: Iacc036e92d43a5bca1a727f2dd203d1a39692f9a Signed-off-by: Mat Booth <mat.booth@redhat.com>
2013-09-05Disabled unstable ResourceMapperTests.testCacheBase in MacDani Megert1-0/+3
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-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 Megert4-4/+4
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-01Fixed bug 403309: Test failure: CVSMergeSubscriberTest#testLocalScrubI20130502-0800I20130501-2000I20130501-1400I20130501-1100I20130501-0800Dani Megert2-27/+73
2013-03-29Bug 403309 - Test failure: CVSMergeSubscriberTest#testLocalScrubI20130402-0800Malgorzata Janczarska1-0/+3
2013-03-18Bug 399375 - Test failures in ResourceMapperTests: TIMEOUTN20130318-2000Malgorzata Janczarska1-10/+28
2013-03-15Correctly disable EditorTests.testOpenEditorOnRevisionN20130317-2000N20130316-1500N20130315-2000Dani Megert2-5/+7
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
2013-03-14Bug 400540 - NPE in testOpenEditorOnRevision and other CVS tests -Malgorzata Janczarska2-2/+4
disable tests
2013-02-28Bug 400540 - NPE in testOpenEditorOnRevision and other CVS testsv20130228-152232I20130313-2000I20130313-0800I20130312-2000I20130312-1000I20130312-0800I20130311-2000I20130311-0800I20130310-2000I20130309-1500I20130308-2000I20130307-2000I20130306-2330I20130306-2000I20130306-1518I20130306-1318I20130306-1033I20130306-1014I20130306-0836I20130306-0045I20130305-2300I20130305-2000I20130305-1718I20130305-1653I20130305-1032I20130305-0912I20130305-0800I20130304-2000I20130303-2000I20130302-1500I20130301-2000I20130228-2000Malgorzata Janczarska1-4/+4
2013-01-30Bug 399509 - Intermittent test failurev20130130-180717I20130130-2000Malgorzata Janczarska1-0/+4
CVSWorkspaceSubscriberTest.testMarkAsMergedOnBinaryFile on Mac - disable failing test
2013-01-30Bug 399518 - ProjectSetImporterTests: testImportProject andMalgorzata Janczarska1-2/+5
testBug234149_aFewProviders fail in I20130122-0800
2013-01-30Bug 399375 - Test failures in ResourceMapperTests - increase timeoutMalgorzata Janczarska1-0/+2
2012-04-27bug 372862: CVS cache does not contain precise information about tags.v20120427-1802I20120510-2100I20120510-1900I20120509-2100I20120509-1900I20120503-1800I20120503-1500I20120502-2000I20120502-1800I20120502-1500I20120502-1300I20120502-1000I20120502-0800I20120430-2000I20120430-1800I20120430-1500I20120430-1300I20120429-2000I20120429-1800Malgorzata Janczarska1-0/+19
Fix for returning missing Date tags.
2012-03-13CVS cache does not contain precise information about tagsv20120313-1351Malgorzata Janczarska3-23/+502
Bug: 372862 Change-Id: I80044e6df28f42c3973b7d16d5d7c92f54bcd8cb
2012-03-07Branches from other libs are displayed when checking out from OrbitMalgorzata Janczarska1-2/+13
Bug: 366016 Change-Id: Idf58845137f4492dba4eb7d05d7e93cd09c300ae
2012-02-28TeamUI#getPages expects fileSystemScheme when importing via SCM URLv20120228-0856Tomasz Zarna1-25/+28
Bug: 372020 Change-Id: I8884681fb32ab5eb3f125a7bf2839c2e3528920a
2011-12-23bug 366790: Allow to specify values from BundleImporterDelegatev20111223-0944Tomasz Zarna1-2/+2
declaratively, in plugin.xml
2011-12-16Typos fixed.v20111216-1257Tomasz Zarna1-19/+19
2011-12-16bug 205251: CVS username disallows full kerberos namesKeerthi Vasan2-8/+27
2011-11-23bug 364561: test failures due to unexpected outgoing changesv20111123-1649Tomasz Zarna1-4/+11
2011-10-14bug 339990: [Repo view] Module disappears in CVS Repositories viewv20111014-0930Malgorzata Janczarska2-0/+163
2011-05-25bug 328676: [Tests] CVSMergeSubscriberTest#test46007 fails randomlyTomasz Zarna1-4/+11
2011-04-19bug 342541: [History View] New Branches column: column widths need some work ↵Tomasz Zarna1-0/+35
- rename + additional test

Back to the top