Bug 257770 - One failing test in current trunk (Dec. 05 2008)
Summary: One failing test in current trunk (Dec. 05 2008)
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Glimmer (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-05 16:22 EST by Soleone CLA
Modified: 2011-01-18 14:32 EST (History)
0 users

See Also:


Attachments
Proposed patch for the contact_manager failure described in the bug. (876 bytes, patch)
2008-12-11 17:05 EST, Mark Vermette CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Soleone CLA 2008-12-05 16:22:09 EST
I have the following test fail:

glimmer/test/glimmer_combo_data_binding_test.rb:44]:
<0> expected but was <-1>.


Also the contact_manager sample is not working for me, I get the following error:

glimmer/samples/contactmanager/../../src/command_handlers/models/table_items_updater.rb:40:in `populate_table': 
undefined method `each' for nil:NilClass (NoMethodError)


Maybe this is just temporary because of a restructuring of the table model, but I just wanted to share it, in case it works on your machine.
Comment 1 Mark Vermette CLA 2008-12-11 17:05:33 EST
Created attachment 120258 [details]
Proposed patch for the contact_manager failure described in the bug.

While no tests failed for me, I did note the same failure of the contact_manager sample that is described in this bug. This was while running under Eclipse 3.3.2, running JRuby 1.1.6RC1, under jdk1.5.0_15, using the latest version of Glimmer from the repository and SWT 3.4, on WinXP.