opener-project / property-tagger

Property tagger for Dutch and English.
Other
2 stars 1 forks source link

Fixtures out of date #1

Closed yorickpeterse closed 10 years ago

yorickpeterse commented 10 years ago

The input/output data doesn't match, it seems that for most cases the various <lp> nodes in the KAF have to be updated.

rubenIzquierdo commented 10 years ago

Features updated and checked. rake test still fails

2 scenarios (2 failed) 6 steps (2 failed, 4 passed) 0m0.080s rake aborted! Command failed with status (1): [cucumber features...] /Users/ruben/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.1.0/lib/rake/file_utils.rb:55:in block in create_shell_runner' /Users/ruben/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.1.0/lib/rake/file_utils.rb:45:incall' /Users/ruben/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.1.0/lib/rake/file_utils.rb:45:in sh' /Users/ruben/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.1.0/lib/rake/file_utils_ext.rb:37:insh' /Users/ruben/opener_repos/property-tagger/Rakefile:32:in block in <top (required)>' /Users/ruben/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.1.0/lib/rake/task.rb:236:incall' /Users/ruben/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.1.0/lib/rake/task.rb:236:in block in execute' /Users/ruben/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.1.0/lib/rake/task.rb:231:ineach' /Users/ruben/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.1.0/lib/rake/task.rb:231:in execute' /Users/ruben/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.1.0/lib/rake/task.rb:175:inblock in invoke_with_call_chain' /Users/ruben/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/monitor.rb:211:in mon_synchronize' /Users/ruben/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.1.0/lib/rake/task.rb:168:ininvoke_with_call_chain' /Users/ruben/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.1.0/lib/rake/task.rb:161:in invoke' /Users/ruben/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.1.0/lib/rake/application.rb:149:ininvoke_task' /Users/ruben/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.1.0/lib/rake/application.rb:106:in block (2 levels) in top_level' /Users/ruben/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.1.0/lib/rake/application.rb:106:ineach' /Users/ruben/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.1.0/lib/rake/application.rb:106:in block in top_level' /Users/ruben/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.1.0/lib/rake/application.rb:115:inrun_with_threads' /Users/ruben/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.1.0/lib/rake/application.rb:100:in top_level' /Users/ruben/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.1.0/lib/rake/application.rb:78:inblock in run' /Users/ruben/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.1.0/lib/rake/application.rb:165:in standard_exception_handling' /Users/ruben/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.1.0/lib/rake/application.rb:75:inrun' /Users/ruben/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.1.0/bin/rake:33:in <top (required)>' /Users/ruben/.rvm/gems/ruby-1.9.3-p327/bin/rake:23:inload' /Users/ruben/.rvm/gems/ruby-1.9.3-p327/bin/rake:23:in `

' Tasks: TOP => test

Ruben Izquierdo Bevia Vrije University of Amsterdam ruben.izquierdobevia@vu.nlmailto:ruben.izquierdobevia@vu.nl

On 13 Nov 2013, at 17:44, Yorick Peterse notifications@github.com<mailto:notifications@github.com> wrote:

The input/output data doesn't match, it seems that for most cases the various nodes in the KAF have to be updated.

— Reply to this email directly or view it on GitHubhttps://github.com/opener-project/property-tagger/issues/1.

yorickpeterse commented 10 years ago

Looks like Cucumber isn't installed, you can install it by running bundle install. If you could push the fixture updates (if any) I'll take a look at the rest.

rubenIzquierdo commented 10 years ago

Done btw: I tried bundle install, which worked fine, and rake test, which failed again. I had installed cucumber yesterday for the opinion miner, so I guess it should be still in there.

Ruben Izquierdo Bevia Vrije University of Amsterdam ruben.izquierdobevia@vu.nlmailto:ruben.izquierdobevia@vu.nl

On 14 Nov 2013, at 10:19, Yorick Peterse notifications@github.com<mailto:notifications@github.com> wrote:

Looks like Cucumber isn't installed, you can install it by running bundle install. If you could push the fixture updates (if any) I'll take a look at the rest.

— Reply to this email directly or view it on GitHubhttps://github.com/opener-project/property-tagger/issues/1#issuecomment-28469562.

yorickpeterse commented 10 years ago

Tests are green locally, thanks!