Plumbing build 359
finished at 12:38 PM on 26 March 2008 taking 6 seconds
Build Changeset
New revision 359 detected
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
Revision 358 committed by joepoon on 2008-03-21 00:54:59
Temporary fix to prevent the creation of an implicit :belongs_to Foo on Window in the tests.
M /skunkworks/trunk/TODO
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/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.143332 seconds
226 examples, 0 failures
................P
Pending:
persistence framework should pass a simple end-to-end accounting test (Not Yet Implemented)
Finished in 0.339539 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

