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 82107 - Commit validation broken
Summary: Commit validation broken
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jiri Rechtacek
URL: http://www.netbeans.org/download/6_0/...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2006-08-07 22:03 UTC by Jesse Glick
Modified: 2006-10-23 16:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Error log (46.91 KB, text/html)
2006-08-07 22:04 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2006-08-07 22:03:41 UTC
Seems that 11/30 comm val tests are failing, I think because of progress handle
in new project wizard.
Comment 1 Jesse Glick 2006-08-07 22:04:06 UTC
Created attachment 32620 [details]
Error log
Comment 2 Jesse Glick 2006-08-07 22:14:37 UTC
Sometimes it works, however; I have seen it both pass and fail on my laptop on
the same build.
Comment 3 Jesse Glick 2006-08-07 22:16:23 UTC
Linking to web results.
Comment 4 Jiri Rechtacek 2006-08-08 06:43:46 UTC
Investigating.
Comment 5 Jiri Rechtacek 2006-08-08 07:03:11 UTC
It's constantly passes on my laptop. Jirko, could you please check if the
IDECommitValidation.testNewProject can adjust of the recent change in New
Project Wizard. Maybe listening on an another visual component? Thanks
Comment 6 Jiri Skrivanek 2006-08-08 07:37:14 UTC
I am working on fix. Before it showed a new project node and then opened
progress dialog. Now it opens progress dialog and then it shows project node in
projects view.
Comment 7 Jiri Skrivanek 2006-08-08 08:19:39 UTC
testNewProject updated. Now we wait until progress dialog dismiss and then we
find a new project node in the projects view.

/cvs/ide/test/qa-functional/src/validation/IDEValidation.java,v  <-- 
IDEValidation.java
new revision: 1.163; previous revision: 1.162