Spinner

Plumbing build 360

finished at 11:35 AM on 28 March 2008 taking 5 seconds

Build Changeset
New revision 360 detected Revision 360 committed by joepoon on 2008-03-28 16:30:46 Separate attribute spec by class under test (belongs_to, has_one, has_many) into separate files. A /skunkworks/trunk/spec/unit/mapping/has_one_spec.rb A /skunkworks/trunk/spec/unit/mapping/has_many_spec.rb M /skunkworks/trunk/TODO M /skunkworks/trunk/spec/unit/mapping/attributes_spec.rb A /skunkworks/trunk/spec/unit/mapping/belongs_to_spec.rb Revision 359 committed by alexeyv on 2008-03-26 17:36:48 Injecting special collection class in place of has_many M /skunkworks/trunk/spec/unit/persistence/database/session_spec.rb M /skunkworks/trunk/TODO M /skunkworks/trunk/spec/integration/association_spec.rb M /skunkworks/trunk/spec/unit/mapping/attributes_spec.rb M /skunkworks/trunk/app/plumbing/mapping/associations/has_many.rb M /skunkworks/trunk/app/plumbing/persistence/database/session.rb
Build Log
/usr/ccrb/shared/projects/Plumbing/work $ ruby -e require 'rubygems' rescue nil; require 'rake'; load '/usr/ccrb/releases/20080225191351/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 1.051473 seconds 226 examples, 0 failures ................P Pending: persistence framework should pass a simple end-to-end accounting test (Not Yet Implemented) Finished in 0.378612 seconds 17 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