Plumbing build 330
finished at 3:53 PM on 08 February 2008 taking 3 seconds
Build Changeset
Revision 329 committed by alexeyv on 2008-02-08 21:53:09
belongs_to adds Associations::BelongsTo instance to attributes.associations
M /skunkworks/trunk/app/plumbing/mapping/attributes.rb
M /skunkworks/trunk/spec/unit/mapping/attributes_spec.rb
M /skunkworks/trunk/app/models/transaction.rb
M /skunkworks/trunk/app/plumbing/mapping.rb
Revision 330 committed by alexeyv on 2008-02-08 21:53:32
Adding some missing files
A /skunkworks/trunk/app/plumbing/mapping/associations/belongs_to.rb
A /skunkworks/trunk/app/plumbing/mapping/associations/has_one.rb
A /skunkworks/trunk/app/plumbing/mapping/associations
A /skunkworks/trunk/app/plumbing/mapping/associations/has_many.rb
A /skunkworks/trunk/app/plumbing/mapping/associations.rb
Build Log
/usr/ccrb/shared/projects/Plumbing/work $ ruby -e require 'rubygems' rescue nil; require 'rake'; load '/usr/ccrb/releases/20070911215441/tasks/cc_build.rake'; ARGV << '--nosearch' << 'cc:build'; Rake.application.run
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"
.........................P............PPPPP.....................................................................P..........................................................
Pending:
Mapping::Attributes define() with invalid arguments should blow up when invalid option is given (Not Yet Implemented)
Mapping::Attributes associations belongs_to should define a getter (Not Yet Implemented)
Mapping::Attributes associations belongs_to should define a setter (Not Yet Implemented)
Mapping::Attributes associations belongs_to should set accessibility of getter and setter according to :access option (Not Yet Implemented)
Mapping::Attributes associations belongs_to should set accessibility of a getter according to :getter option (Not Yet Implemented)
Mapping::Attributes associations belongs_to should set accessibility of a getter according to :setter option (Not Yet Implemented)
belongs_to should be loaded (Not Yet Implemented)
Finished in 0.74333 seconds
171 examples, 0 failures, 7 pending
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.141168 seconds
4 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

