Bug 499781 - Failure in BuildDescriptionModelTests.testDesRebuildStateInDescription
Summary: Failure in BuildDescriptionModelTests.testDesRebuildStateInDescription
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build-managed (show other bugs)
Version: Next   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 499777
  Show dependency tree
 
Reported: 2016-08-16 15:51 EDT by Marc-André Laperle CLA
Modified: 2020-09-04 15:19 EDT (History)
1 user (show)

See Also:


Attachments
Console output (4.31 MB, application/octet-stream)
2016-08-16 15:51 EDT, Marc-André Laperle CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marc-André Laperle CLA 2016-08-16 15:51:45 EDT
Created attachment 263622 [details]
Console output

https://hudson.eclipse.org/cdt/job/cdt-verify/5788/

Error Message

expected:<7> but was:<3>

Stacktrace

junit.framework.AssertionFailedError: expected:<7> but was:<3>
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.Assert.failNotEquals(Assert.java:329)
	at junit.framework.Assert.assertEquals(Assert.java:78)
	at junit.framework.Assert.assertEquals(Assert.java:234)
	at junit.framework.Assert.assertEquals(Assert.java:241)
	at junit.framework.TestCase.assertEquals(TestCase.java:409)
	at org.eclipse.cdt.managedbuilder.core.tests.BuildDescriptionModelTests.testDesRebuildStateInDescription(BuildDescriptionModelTests.java:2708)