Spinner

Plumbing build 350

finished at 12:24 PM on 10 March 2008 taking 5 seconds

Build Changeset
New revision 350 detected 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 Revision 349 committed by alexeyv on 2008-03-07 23:51:10 has_many() that magically passes some tests M /skunkworks/trunk/spec/unit/persistence/sql_mapper_spec.rb A /skunkworks/trunk/spec/fixtures/window.rb M /skunkworks/trunk/spec/unit/persistence/database_spec.rb M /skunkworks/trunk/app/plumbing/mapping/attributes.rb M /skunkworks/trunk/app/plumbing/mapping/definition.rb M /skunkworks/trunk/app/plumbing/persistence.rb M /skunkworks/trunk/app/plumbing/mapping/associations/belongs_to.rb M /skunkworks/trunk/spec/spec_helper.rb A /skunkworks/trunk/spec/unit/persistence/association_proxy_spec.rb M /skunkworks/trunk/app/plumbing/persistence/sql_mapper.rb M /skunkworks/trunk/app/plumbing/persistence/database.rb M /skunkworks/trunk/app/plumbing/mapping/associations/has_many.rb M /skunkworks/trunk/README M /skunkworks/trunk/spec/fixtures/book.rb D /skunkworks/trunk/app/plumbing/persistence/lazy_loading_proxy.rb M /skunkworks/trunk/spec/fixtures/test_schema.sql A /skunkworks/trunk/app/plumbing/persistence/association_proxy.rb M /skunkworks/trunk/spec/unit/persistence/database/session_spec.rb M /skunkworks/trunk/skunkworks.iml A /skunkworks/trunk/spec/fixtures/building.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/integration/association_spec.rb M /skunkworks/trunk/spec/unit/mapping/attributes_spec.rb M /skunkworks/trunk/spec/unit/mapping/definition_spec.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 0.870259 seconds 205 examples, 0 failures .........P Pending: persistence framework should pass a simple end-to-end accounting test (Not Yet Implemented) Finished in 0.206174 seconds 10 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