Hi,
I had some problems when trying to run tests.

I managed to fix my first problem and I think it would be very useful if 
somebody could update one (or both) of these pages:
http://dev.rousette.org.uk/wiki/Tracks/Testing
http://github.com/bsag/tracks/tree/master/doc/README_DEVELOPERS


If you get this error when running 'rake test' or when trying to start 
'scripts/server -e test':
"/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in 
`gem_original_require': no such file to load -- hpricot (MissingSourceFile)
    from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'"

Then you need to "gem install -y hpricot"
In order for this to work, make sure you have the ruby-dev libraries 
installed (sudo aptitude install ruby1.8-dev on debian/ubuntu)



Now, I also got another error that I did not get fixed.  Even google 
couldn't help me.  I hope someone can help me with this.
I'm getting this (the same for 'rake test' or 'scripts/server -e test'):

/home/dieter/bin/tracks/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:492:in
 
`const_missing': uninitialized constant Webrat::Page::Logging (NameError)
    from 
/home/dieter/bin/tracks/vendor/plugins/webrat/lib/webrat/core/page.rb:7

Dieter

_______________________________________________
Tracks-discuss mailing list
[email protected]
http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss

Reply via email to