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 153607

Summary: Failing LogicalViewProviders tests
Product: ruby Reporter: Martin Krauskopf <mkrauskopf>
Component: ProjectAssignee: Martin Krauskopf <mkrauskopf>
Status: RESOLVED FIXED    
Severity: blocker CC: emononen, mkleint
Priority: P2 Keywords: REGRESSION, TEST
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Martin Krauskopf 2008-11-21 08:20:16 UTC
Fails since Milos' change:

   http://deadlock.netbeans.org/hudson/job/rubytests/1990/changes
   http://deadlock.netbeans.org/hudson/job/rubytests/1990/testReport/

Failing tests:

   org.netbeans.modules.ruby.rubyproject.ui.RubyLogicalViewProviderTest.testFindPath
   org.netbeans.modules.ruby.railsprojects.ui.RailsLogicalViewProviderTest.testFindPat
   org.netbeans.modules.ruby.railsprojects.ui.RailsLogicalViewProviderTest.testDoubleCreation

I do not get to this now. If Milos or Erno has any glue, fix is welcomed. I guess that NodeFactory.Registration
annotation transition caused this.
Comment 1 Martin Krauskopf 2008-11-26 07:35:56 UTC
Fixed: #c24733d37def
Comment 2 Quality Engineering 2008-11-27 05:31:45 UTC
Integrated into 'main-golden', will be available in build *200811270201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c24733d37def
User: Martin Krauskopf <mkrauskopf@netbeans.org>
Log: #153607: Failing LogicalViewProviders tests. Seems that the trick with layer registration is not need anymore.