This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 107597 - Failures in ActionsTest
Summary: Failures in ActionsTest
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Freeform (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2007-06-21 10:27 UTC by Milan Kubec
Modified: 2008-03-26 13:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2007-06-21 10:27:28 UTC
There are failures in ant/freeform ActionsTest.

testBasicActions:

junit.framework.AssertionFailedError: right action names expected:<[build, clean, compile.single, copy, delete, javadoc,
move, rebuild, redeploy, rename, run, run.single, test]> but was:<[build, clean, compile.single, copy, delete, deploy,
javadoc, move, rebuild, redeploy, rename, run, run.single, test]>
 at junit.framework.Assert.fail(Assert.java:47)
 at junit.framework.Assert.failNotEquals(Assert.java:280)
 at junit.framework.Assert.assertEquals(Assert.java:64)
 at org.netbeans.modules.ant.freeform.ActionsTest.testBasicActions(ActionsTest.java:145)


testLogicalViewActions:

junit.framework.AssertionFailedError: correct labels expected:<[&New File..., null, Build, Clean, Clean and Build, null,
Run, null, Generate Javadoc, Generate XDocs, null, Create Distribution, null, Set as Main Project, Open Required
Projects, &Close Project, null, Rename, Move, Copy, Delete, null, &Find..., null, Tools, null, Project Proper&ties]> but
was:<[&New File..., null, Build, Clean, Clean and Build, null, Run, null, Generate Javadoc, Generate XDocs, null, Create
Distribution, null, Set as Main Project, Open Required Projects, &Close Project, null, Rename, Move, Copy, Delete, null,
&Find..., null, Project Proper&ties]>
 at junit.framework.Assert.fail(Assert.java:47)
 at junit.framework.Assert.failNotEquals(Assert.java:280)
 at junit.framework.Assert.assertEquals(Assert.java:64)
 at org.netbeans.modules.ant.freeform.ActionsTest.testLogicalViewActions(ActionsTest.java:184)
Comment 1 Milan Kubec 2007-06-21 12:59:13 UTC
Please update tests, thanks. See issue #105355.
Comment 2 Denis Anisimov 2008-03-26 13:52:19 UTC
changeset:   75153:ebcb351117c6