So I've been looking into the built in unit tests in typo, and I figured out how to run them.
This is the alarming end result: Unit tests: 140 tests, 414 assertions, 14 failures, 8 errors Functional test: 204 tests, 583 assertions, 20 failures, 39 errors and then this: rake aborted! Test failures /home/mattrose/rails/typo/config/../vendor/rails/railties/lib/tasks/ testing.rake:35 /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:232:in `execute' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:232:in `execute' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:202:in `invoke' /usr/local/lib/ruby/1.8/thread.rb:135:in `synchronize' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:195:in `invoke' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:1719:in `run' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:1719:in `run' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.0/bin/rake:7 /usr/local/bin/rake:18 So, a whole bunch of unit tests fail on the latest trunk. I think some of it is db-dependent, as I get a different result using an sqlite database, but I'm at a loss to explain the sheer amount of errors. Does anyone have a platform where all these tests pass? -- ------------------------------------------------------------------------ -- Matt Rose [EMAIL PROTECTED] Visit my blog! http:// folkwolf.net He's an uncontrollable pirate gangster with no name. She's an enchanted thirtysomething cab driver with a song in her heart and a spring in her step. They fight crime! _______________________________________________ Typo-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/typo-list
