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 - Failing LogicalViewProviders tests
Summary: Failing LogicalViewProviders tests
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: REGRESSION, TEST
Depends on:
Blocks:
 
Reported: 2008-11-21 08:20 UTC by Martin Krauskopf
Modified: 2009-02-19 23:02 UTC (History)
2 users (show)

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 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.