Created
February 25, 2010 23:50
-
-
Save carlhuda/315199 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Loaded suite DepotTest | |
| Started | |
| ........F.......FFEEFEEEEEEEF.F.............. | |
| Finished in 2.486737 seconds. | |
| 1) Failure: | |
| test_14.3_Functional_Testing_of_Controllers(DepotTest) | |
| [/Users/carlhuda/Developer/Source/awdwr/work/vendor/rails/actionpack/lib/action_dispatch/testing/assertions/selector.rb:303:in `assert_select' | |
| /Users/carlhuda/Developer/Source/awdwr/checkdepot.rb:201 | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:53:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:53:in `section' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `test_14.3_Functional_Testing_of_Controllers' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run']: | |
| </5 tests, 8 assertions, 0 failures, 0 errors/> expected but was | |
| <"class ApplicationController < ActionController::Base">. | |
| <false> is not true. | |
| 2) Failure: | |
| test_21.2_Routing_Requests(DepotTest) | |
| [/Users/carlhuda/Developer/Source/awdwr/checkdepot.rb:976 | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:53:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:53:in `section' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `test_21.2_Routing_Requests' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run']: | |
| <"=> #<ActionDispatch::Integration::Session:0x102fbffd8 @request_count=0, @accept=\"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5\", @request=nil, @mock_session=#<Rack::MockSession:0x102fbfdf8 @after_request=[], @default_host=\"www.example.com\", @last_response=nil, @last_request=nil, @app=nil>, @remote_addr=\"127.0.0.1\", @host=\"www.example.com\", @https=false, @controller=nil, @named_routes_configured=true, @app=nil, @response=nil>"> expected to be =~ | |
| </^=> #<Action\w+::Routing::RouteSet:.*>/>. | |
| 3) Failure: | |
| test_21_Action_Controller:_Routing_and_URLs(DepotTest) | |
| [/Users/carlhuda/Developer/Source/awdwr/work/vendor/rails/actionpack/lib/action_dispatch/testing/assertions/selector.rb:303:in `assert_select' | |
| /Users/carlhuda/Developer/Source/awdwr/checkdepot.rb:967 | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:53:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:53:in `section' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `test_21_Action_Controller:_Routing_and_URLs' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run']: | |
| </5 tests, 29 assertions, 0 failures, 0 errors/> expected but was | |
| <"Resolving dependencies">. | |
| <false> is not true. | |
| 4) Error: | |
| test_23.10_Caching,_Part_Two(DepotTest): | |
| RuntimeError: Section 23.10 not found | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:122:in `select' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `section' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `section' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `test_23.10_Caching,_Part_Two' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run' | |
| 5) Error: | |
| test_23.11_Adding_New_Templating_Systems(DepotTest): | |
| RuntimeError: Section 23.11 not found | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:122:in `select' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `section' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `section' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `test_23.11_Adding_New_Templating_Systems' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run' | |
| 6) Failure: | |
| test_23.3_Helpers_for_Formatting,_Linking,_and_Pagination(DepotTest) | |
| [/Users/carlhuda/Developer/Source/awdwr/work/vendor/rails/actionpack/lib/action_dispatch/testing/assertions/selector.rb:303:in `assert_select' | |
| /Users/carlhuda/Developer/Source/awdwr/checkdepot.rb:1018 | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:53:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:53:in `section' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `test_23.3_Helpers_for_Formatting,_Linking,_and_Pagination' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run']: | |
| </^== CreateUsers: migrated/> expected but was | |
| <"/Users/carlhuda/Developer/Source/awdwr/data/code/e1/views/app/views/pager -> app/views/pager">. | |
| <false> is not true. | |
| 7) Error: | |
| test_23.5_Forms_That_Wrap_Model_Objects(DepotTest): | |
| RuntimeError: Section 23.5 not found | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:122:in `select' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `section' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `section' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `test_23.5_Forms_That_Wrap_Model_Objects' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run' | |
| 8) Error: | |
| test_23.6_Custom_Form_Builders(DepotTest): | |
| RuntimeError: Section 23.6 not found | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:122:in `select' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `section' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `section' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `test_23.6_Custom_Form_Builders' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run' | |
| 9) Error: | |
| test_23.7_Working_with_Nonmodel_Fields(DepotTest): | |
| RuntimeError: Section 23.7 not found | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:122:in `select' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `section' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `section' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `test_23.7_Working_with_Nonmodel_Fields' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run' | |
| 10) Error: | |
| test_23.8_Uploading_Files_to_Rails_Applications(DepotTest): | |
| RuntimeError: Section 23.8 not found | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:122:in `select' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `section' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `section' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `test_23.8_Uploading_Files_to_Rails_Applications' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run' | |
| 11) Error: | |
| test_23.9_Layouts_and_Components(DepotTest): | |
| RuntimeError: Section 23.9 not found | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:122:in `select' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `section' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `section' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `test_23.9_Layouts_and_Components' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run' | |
| 12) Error: | |
| test_25.1_Sending_E-mail(DepotTest): | |
| RuntimeError: Section 25.1 not found | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:122:in `select' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `section' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `section' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `test_25.1_Sending_E-mail' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run' | |
| 13) Error: | |
| test_26_Active_Resources(DepotTest): | |
| RuntimeError: Section 26 not found | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:122:in `select' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `section' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:51:in `section' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `test_26_Active_Resources' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run' | |
| 14) Failure: | |
| test_4_Instant_Gratification(DepotTest) | |
| [/Users/carlhuda/Developer/Source/awdwr/checkdepot.rb:12 | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:53:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:53:in `section' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `test_4_Instant_Gratification' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run']: | |
| <"<ul>"> expected but was | |
| <nil>. | |
| 15) Failure: | |
| test_6.2_Creating_the_Products_Model_and_Maintenance_Application(DepotTest) | |
| [/Users/carlhuda/Developer/Source/awdwr/work/vendor/rails/actionpack/lib/action_dispatch/testing/assertions/selector.rb:303:in `assert_select' | |
| /Users/carlhuda/Developer/Source/awdwr/checkdepot.rb:49 | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:53:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:53:in `section' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `instance_eval' | |
| /Users/carlhuda/.gem/gems/gorp-0.23.0/lib/gorp/test.rb:39:in `test_6.2_Creating_the_Products_Model_and_Maintenance_Application' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__' | |
| /Users/carlhuda/.gem/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run']: | |
| </^7 tests, 10 assertions, 0 failures, 0 errors/> expected but was | |
| <"Gemfile\t\tapp/\t\tdb/\t\tlog/\t\ttest/">. | |
| <false> is not true. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment