Skip to content

Commit

Permalink
no more filesystem path on j2ee_tomcat_rack integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Jun 17, 2015
1 parent 8d73196 commit e2f2fd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions maven/jruby/src/it/j2ee_tomcat_rack/Mavenfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ packaging 'war'
# get jruby dependencies
properties( 'jruby.version' => '@project.version@',
'jruby.home' => '../../../../../',
'jruby.plugins.version' => '1.0.3',
'jruby.plugins.version' => '1.0.9',
'project.build.sourceEncoding' => 'utf-8',
'public.dir' => '${basedir}/public' )

Expand Down Expand Up @@ -75,7 +75,7 @@ execute 'check download', :phase => :verify do
# TODO get rid off this over normalization
#expected = 'uri:classloader:/gems/flickraw-0.9.7'
# TODO find out why travis find the gem on filesystem
expected = 'target/classes/gems/flickraw-0.9.7'
expected = 'uri:classloader:/gems/flickraw-0.9.7'
unless result.match( /#{expected}/ )
raise "missed expected string in download: #{expected}"
end
Expand Down
2 changes: 1 addition & 1 deletion maven/jruby/src/it/j2ee_tomcat_rack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<properties>
<jruby.home>../../../../../</jruby.home>
<jruby.version>@project.version@</jruby.version>
<jruby.plugins.version>1.0.3</jruby.plugins.version>
<jruby.plugins.version>1.0.9</jruby.plugins.version>
<tesla.dump.pom>pom.xml</tesla.dump.pom>
<public.dir>${basedir}/public</public.dir>
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
Expand Down

0 comments on commit e2f2fd2

Please sign in to comment.