Plumbing build 351
finished at 12:50 PM on 13 March 2008 taking 5 seconds
Build Changeset
New revision 351 detected
Revision 351 committed by alexeyv on 2008-03-13 17:47:20
Gradually improving associations
M /skunkworks/trunk/spec/unit/persistence/sql_mapper_spec.rb
M /skunkworks/trunk/app/plumbing/mapping/attributes.rb
M /skunkworks/trunk/app/plumbing/mapping/definition.rb
M /skunkworks/trunk/app/plumbing/mapping/associations/belongs_to.rb
M /skunkworks/trunk/spec/spec_helper.rb
M /skunkworks/trunk/app/plumbing/persistence/sql_mapper.rb
M /skunkworks/trunk/app/plumbing/mapping/associations/has_many.rb
M /skunkworks/trunk/spec/fixtures/book.rb
M /skunkworks/trunk/spec/fixtures/test_schema.sql
M /skunkworks/trunk/app/plumbing/persistence/association_proxy.rb
M /skunkworks/trunk/spec/fixtures/building.rb
M /skunkworks/trunk/spec/factory.rb
M /skunkworks/trunk/spec/integration/association_spec.rb
M /skunkworks/trunk/app/plumbing/mapping/associations/has_one.rb
M /skunkworks/trunk/TODO
M /skunkworks/trunk/spec/fixtures.rb
M /skunkworks/trunk/spec/unit/mapping/attributes_spec.rb
M /skunkworks/trunk/skunkworks.ipr
M /skunkworks/trunk/app/plumbing/persistence/database/session.rb
A /skunkworks/trunk/spec/fixtures/project.rb
A /skunkworks/trunk/spec/fixtures/person.rb
Revision 350 committed by alexeyv on 2008-03-10 17:19:59
test for book.isbn.book to be same as book; refactored setup_mock_db_adapter helper
M /skunkworks/trunk/spec/unit/persistence/sql_mapper_spec.rb
M /skunkworks/trunk/spec/unit/persistence/database/session_spec.rb
M /skunkworks/trunk/spec/spec_helper.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 0.850846 seconds
213 examples, 0 failures
..............P
Pending:
persistence framework should pass a simple end-to-end accounting test (Not Yet Implemented)
Finished in 0.310838 seconds
15 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

