Skip to content

Instantly share code, notes, and snippets.

@dbussink
Created April 11, 2009 21:58
Show Gist options
  • Select an option

  • Save dbussink/93749 to your computer and use it in GitHub Desktop.

Select an option

Save dbussink/93749 to your computer and use it in GitHub Desktop.
Y:\Documents\projects\do\do_mysql>rake spec
(in Y:/Documents/projects/do/do_mysql)
..................F.......................................................*.....
...................
Pending:
DataObjects::Mysql with DateTime reading a DateTime with automatic typecasting s
hould return the correct result (when this is fixed for DST issues)
Y:/Documents/projects/do/data_objects/lib/data_objects/spec/typecast/datetime_sp
ec.rb:102
1)
'DataObjects::Mysql::Command running queries in parallel should finish within 2
seconds' FAILED
expected: < 2,
got: 4.025789
Y:/Documents/projects/do/data_objects/lib/data_objects/spec/command_spec.rb:183
Finished in 47.207882 seconds
99 examples, 1 failure, 1 pending
rake aborted!
Command C:/ruby-1.8.6-p368-i386-mingw32/bin/ruby -I"spec;lib" "C:/ruby-1.8.6-p3
68-i386-mingw32/lib/ruby/gems/1.8/gems/rspec-1.2.2/bin/spec" "spec/command_spec.
rb" "spec/connection_spec.rb" "spec/encoding_spec.rb" "spec/reader_spec.rb" "spe
c/result_spec.rb" "spec/typecast/array_spec.rb" "spec/typecast/bigdecimal_spec.r
b" "spec/typecast/boolean_spec.rb" "spec/typecast/byte_array_spec.rb" "spec/type
cast/class_spec.rb" "spec/typecast/date_spec.rb" "spec/typecast/datetime_spec.rb
" "spec/typecast/float_spec.rb" "spec/typecast/integer_spec.rb" "spec/typecast/n
il_spec.rb" "spec/typecast/range_spec.rb" "spec/typecast/string_spec.rb" "spec/t
ypecast/time_spec.rb" failed
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment