Le 29 déc. 06 à 11:24, Kevin Ballard a écrit : > Interestingly, this is reproducible, but if I add the --trace > argument as suggested, everything runs just fine. > > On Dec 29, 2006, at 5:21 AM, Kevin Ballard wrote: > >> Check out this log: >> >> [EMAIL PROTECTED]:~/Dev/Ruby/Typo/typo> rake >> (in /Users/kevin/Dev/Ruby/Typo/typo) >> /opt/local/bin/ruby -Ilib:test "/opt/local/lib/ruby/gems/1.8/gems/ >> rake-0.7.1/lib/rake/rake_test_loader.rb" "test/functional/ >> accounts_controller_test.rb" "test/functional/ >> articles_controller_test.rb" "test/functional/ >> backend_controller_test.rb" "test/functional/ >> redirect_controller_test.rb" "test/functional/ >> textfilter_controller_test.rb" "test/functional/ >> theme_controller_test.rb" "test/functional/xml_controller_test.rb" >> "test/functional/admin/article_preview_test.rb" "test/functional/ >> admin/blacklist_controller_test.rb" "test/functional/admin/ >> categories_controller_test.rb" "test/functional/admin/ >> comments_controller_test.rb" "test/functional/admin/ >> content_controller_test.rb" "test/functional/admin/ >> feedback_controller_test.rb" "test/functional/admin/ >> general_controller_test.rb" "test/functional/admin/ >> pages_controller_test.rb" "test/functional/admin/ >> resources_controller_test.rb" "test/functional/admin/ >> textfilters_controller_test.rb" "test/functional/admin/ >> themes_controller_test.rb" "test/functional/admin/ >> trackbacks_controller_test.rb" "test/functional/admin/ >> users_controller_test.rb" >> Loaded suite /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/ >> rake_test_loader >> Started >> ..................................................................... >> ..................................................................... >> ..................................................................... >> ... >> Finished in 37.633712 seconds. >> >> 210 tests, 723 assertions, 0 failures, 0 errors >> rake aborted! >> Test failures >> >> (See full trace by running task with --trace) >> [EMAIL PROTECTED]:~/Dev/Ruby/Typo/typo>
Works fine for me, can't reproduce it. powerbook58-de-frederic-de-villamil:~/Desktop/fdv/typo neuro$ rake test (in /Users/neuro/Desktop/fdv/typo) /usr/bin/ruby -Ilib:test "/usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/ rake/rake_test_loader.rb" "test/unit/amazon_sidebar_test.rb" "test/ unit/article_test.rb" "test/unit/audioscrobbler_test.rb" "test/unit/ blacklist_pattern_test.rb" "test/unit/blog_test.rb" "test/unit/ cache_support_test.rb" "test/unit/category_test.rb" "test/unit/ comment_test.rb" "test/unit/configuration_test.rb" "test/unit/ delicious_test.rb" "test/unit/flickr_test.rb" "test/unit/ fortythree_test.rb" "test/unit/magnolia_test.rb" "test/unit/ metafragment_test.rb" "test/unit/notification_mailer_test.rb" "test/ unit/notification_test.rb" "test/unit/page_cache_test.rb" "test/unit/ page_test.rb" "test/unit/ping_test.rb" "test/unit/redirect_test.rb" "test/unit/resource_test.rb" "test/unit/sidebar_test.rb" "test/unit/ static_sidebar_test.rb" "test/unit/tag_test.rb" "test/unit/ text_filter_test.rb" "test/unit/theme_test.rb" "test/unit/ trackback_test.rb" "test/unit/trigger_test.rb" "test/unit/ user_test.rb" "test/unit/content_state/factory_test.rb" "test/unit/ content_state/feedback_states_test.rb" Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/ rake_test_loader Started ........................................................................ ........................................................................ ...................................... Finished in 35.079222 seconds. 182 tests, 555 assertions, 0 failures, 0 errors /usr/bin/ruby -Ilib:test "/usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/ rake/rake_test_loader.rb" "test/functional/ accounts_controller_test.rb" "test/functional/ articles_controller_test.rb" "test/functional/ backend_controller_test.rb" "test/functional/ redirect_controller_test.rb" "test/functional/ textfilter_controller_test.rb" "test/functional/ theme_controller_test.rb" "test/functional/xml_controller_test.rb" "test/functional/admin/article_preview_test.rb" "test/functional/ admin/blacklist_controller_test.rb" "test/functional/admin/ categories_controller_test.rb" "test/functional/admin/ comments_controller_test.rb" "test/functional/admin/ content_controller_test.rb" "test/functional/admin/ feedback_controller_test.rb" "test/functional/admin/ general_controller_test.rb" "test/functional/admin/ pages_controller_test.rb" "test/functional/admin/ resources_controller_test.rb" "test/functional/admin/ textfilters_controller_test.rb" "test/functional/admin/ themes_controller_test.rb" "test/functional/admin/ trackbacks_controller_test.rb" "test/functional/admin/ users_controller_test.rb" Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/ rake_test_loader Started ........................................................................ ........................................................................ .................................................................. Finished in 74.774538 seconds. 210 tests, 723 assertions, 0 failures, 0 errors -- Frédéric de Villamil "Sadness is just another word for not enough coffee" -- Scott Adams [EMAIL PROTECTED] tel: +33 (0)6 62 19 1337 http://fredericdevillamil.com _______________________________________________ Typo-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/typo-list
