| Summary: | fix failing tests for Mylyn 3.7 | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Steffen Pingel <steffen.pingel> |
| Component: | Mylyn | Assignee: | Steffen Pingel <steffen.pingel> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P4 | ||
| Version: | unspecified | ||
| Target Milestone: | 3.7 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Bug Depends on: | 353222, 360824, 369697 | ||
| Bug Blocks: | 372971 | ||
|
Description
Steffen Pingel
Tests are now passing again. Some tests are still failing: https://hudson.eclipse.org/hudson/job/mylyn-tasks-nightly/15/ testRepositoryUrlHandles(org.eclipse.mylyn.tasks.tests.TaskListExternalizationTest) java.lang.NullPointerException at org.eclipse.mylyn.tasks.tests.TaskListExternalizationTest.testRepositoryUrlHandles(TaskListExternalizationTest.java:512) testImportRepositoriesZip(org.eclipse.mylyn.tasks.tests.TaskDataImportTest) junit.framework.AssertionFailedError: null at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.assertTrue(Assert.java:20) at junit.framework.Assert.assertTrue(Assert.java:27) at org.eclipse.mylyn.tasks.tests.TaskDataImportTest.testImportRepositoriesZip(TaskDataImportTest.java:128) testImportOverwritesAllTasks(org.eclipse.mylyn.tasks.tests.TaskDataImportTest) junit.framework.AssertionFailedError: null at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.assertTrue(Assert.java:20) at junit.framework.Assert.assertTrue(Assert.java:27) at org.eclipse.mylyn.tasks.tests.TaskDataImportTest.testImportOverwritesAllTasks(TaskDataImportTest.java:155) org.eclipse.mylyn.java.tests leaves files behind:
12312.xml.zip
https%3A%2F%2Fbugs.eclipse.org%2Fbugs-123.xml.zip
toContext.xml.zip
All tests are passing: https://hudson.eclipse.org/hudson/user/spingel/my-views/view/Mylyn/. I'll lower priority for now but leave this open until all subtasks are addressed. Marking resolved. |