Created
May 22, 2010 16:08
-
-
Save calavera/410172 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
| jdev cases/validations/length_validation_test.rb | |
| /Users/david/dev/jruby/lib/ruby/gems/1.8/gems/ruby-debug-base-0.10.3.2-java/lib/ruby-debug-base.rb:214 warning: tracing (e.g. set_trace_func) will not capture all events without --debug flag | |
| Loaded suite cases/validations/length_validation_test | |
| Started | |
| ....F...........F..F.F.F.... | |
| Finished in 1.08 seconds. | |
| 1) Failure: | |
| test_optionally_validates_length_of_using_within_utf8(LengthValidationTest) | |
| [cases/validations/length_validation_test.rb:295:in `test_optionally_validates_length_of_using_within_utf8' | |
| /Users/david/dev/rails/activemodel/lib/active_model/test_case.rb:7:in `with_kcode' | |
| cases/validations/length_validation_test.rb:291:in `test_optionally_validates_length_of_using_within_utf8' | |
| /Users/david/dev/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `run' | |
| /Users/david/dev/rails/activesupport/lib/active_support/callbacks.rb:429:in `_run_setup_callbacks' | |
| /Users/david/dev/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:65:in `run']: | |
| #<OrderedHash {:title=>["is too long (maximum is 5 characters)"]}>. | |
| <false> is not true. |
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
| jdev cases/validations/length_validation_test.rb -ntest_optionally_validates_length_of_using_within_utf8 | |
| /Users/david/dev/jruby/lib/ruby/gems/1.8/gems/ruby-debug-base-0.10.3.2-java/lib/ruby-debug-base.rb:214 warning: tracing (e.g. set_trace_func) will not capture all events without --debug flag | |
| Loaded suite cases/validations/length_validation_test | |
| Started | |
| . | |
| Finished in 0.168 seconds. | |
| 1 tests, 3 assertions, 0 failures, 0 errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment