Spinner

Plumbing build 346

finished at 4:47 PM on 22 February 2008 taking 5 seconds

Build Changeset
New revision 346 detected Revision 346 committed by alexeyv on 2008-02-22 22:44:45 More work on belongs_to M /skunkworks/trunk/spec/unit/persistence/sql_mapper_spec.rb M /skunkworks/trunk/spec/integration/persistence_spec.rb M /skunkworks/trunk/app/plumbing/persistence/lazy_loading_proxy.rb M /skunkworks/trunk/spec/unit/persistence/database/session_spec.rb M /skunkworks/trunk/spec/integration/accounting_spec.rb M /skunkworks/trunk/TODO M /skunkworks/trunk/script/do_something.rb M /skunkworks/trunk/spec/integration/association_spec.rb M /skunkworks/trunk/spec/spec_helper.rb M /skunkworks/trunk/app/plumbing/persistence/database.rb M /skunkworks/trunk/app/plumbing/persistence/database/session.rb Revision 345 committed by joepoon on 2008-02-22 21:33:46 Defining an attribute with an invalid option now raises an error. Added assert_valid_keys to Hash. M /skunkworks/trunk/app/plumbing/extensions.rb M /skunkworks/trunk/app/plumbing/mapping/attributes.rb A /skunkworks/trunk/spec/unit/extensions_spec.rb M /skunkworks/trunk/spec/unit/mapping/attributes_spec.rb
Build Log
/usr/ccrb/shared/projects/Plumbing/work $ ruby -e require 'rubygems' rescue nil; require 'rake'; load '/usr/ccrb/releases/20080222015221/tasks/cc_build.rake'; ARGV << '--nosearch' << 'cc:build'; Rake.application.run; ARGV.clear mysql -u root < /usr/ccrb/shared/projects/Plumbing/work/spec/fixtures/test_schema.sql (in /usr/ccrb/shared/projects/Plumbing/work) [CruiseControl] Invoking Rake task "default" ........................................................................................................................................................................................ Finished in 0.736619 seconds 184 examples, 0 failures ....P Pending: persistence framework should pass a simple end-to-end accounting test (Not Yet Implemented) Finished in 0.129289 seconds 5 examples, 0 failures, 1 pending
Project Settings
# Project-specific configuration for CruiseControl.rb Project.configure do |project| project.email_notifier.emails = ['alexey.verkhovsky@gmail.com'] project.scheduler.polling_interval = 5.minutes end