| Summary: | fix failing tests for 3.5 | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Steffen Pingel <steffen.pingel> | ||||||||||||
| Component: | Mylyn | Assignee: | Steffen Pingel <steffen.pingel> | ||||||||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||||||||
| Severity: | normal | ||||||||||||||
| Priority: | P3 | ||||||||||||||
| Version: | unspecified | ||||||||||||||
| Target Milestone: | 3.5 | ||||||||||||||
| Hardware: | PC | ||||||||||||||
| OS: | Linux | ||||||||||||||
| Whiteboard: | |||||||||||||||
| Bug Depends on: | 321066 | ||||||||||||||
| Bug Blocks: | |||||||||||||||
| Attachments: |
|
||||||||||||||
|
Description
Steffen Pingel
junit.framework.AssertionFailedError: expected less than 5 < activeTime < 10, got 12 at org.eclipse.mylyn.monitor.tests.CheckActivityJobTest.testResumeFromSleepTimeoutEventDiscarded(CheckActivityJobTest.java:143) junit.framework.AssertionFailedError: expected:<2> but was:<1> at org.eclipse.mylyn.tasks.tests.LinkProviderTest.testTimeout(LinkProviderTest.java:74) junit.framework.AssertionFailedError: expected:<0> but was:<1> at org.eclipse.mylyn.commons.tests.net.TimeoutInputStreamTest.testCloseTimeout(TimeoutInputStreamTest.java:91) at org.eclipse.mylyn.commons.tests.support.ManagedTestSuite.run(ManagedTestSuite.java:127) Created attachment 173910 [details]
fixes for timing related test cases
Created attachment 173911 [details]
mylyn/context/zip
Created attachment 173942 [details]
relax checks
Initial fixes committed to head and 3_4_x branch. Created attachment 175026 [details]
fix for BugzillaRepositoryConnectorTest.testSynchChangedReports()
Committed to head. Created attachment 175535 [details]
another timing fix
|