Ticket #52 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] Edge fails functional tests

Reported by: booch Assigned to: jgehtland
Priority: major Milestone:
Component: plugin Version:
Keywords: tests Cc:

Description

I downloaded the edge version of Streamlined (rev 475), and tried to follow the instructions here. Running the functional tests gives this error:

...
/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:266:in `load_missing_constant': uninitialized constant Person (NameError)
        from /usr/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:452:in `const_missing'
        from /usr/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:464:in `const_missing'
        from ./test/functional/../fixtures/person_ui.rb:12
...

The attached patch fixes the error, allowing all tests to pass.

Attachments

patch.52.diff (204 bytes) - added by booch on 06/05/07 03:33:28.

Change History

06/05/07 03:33:28 changed by booch

  • attachment patch.52.diff added.

07/01/07 13:51:28 changed by jgehtland@mac.com

  • status changed from new to closed.
  • resolution set to fixed.

This has been committed.