Spinner

Plumbing build 345

finished at 3:35 PM on 22 February 2008 taking 5 seconds

Build Changeset
New revision 345 detected 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 Revision 344 committed by alexeyv on 2008-02-16 00:22:26 belongs_to passes a primitive integration test, with a bunch of hard-coded stuff 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/fixtures/test_schema.sql M /skunkworks/trunk/spec/unit/persistence/finder_spec.rb M /skunkworks/trunk/app/plumbing/mapping/definition.rb M /skunkworks/trunk/TODO M /skunkworks/trunk/app/plumbing/persistence/sql_mapper.rb M /skunkworks/trunk/app/plumbing/persistence/finder.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.673069 seconds 184 examples, 0 failures P...P Pending: associations should save widget's id when saving picture (Not Yet Implemented) persistence framework should pass a simple end-to-end accounting test (Not Yet Implemented) Finished in 0.158119 seconds 5 examples, 0 failures, 2 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