Skip to content

Commit

Permalink
Up to using vertx-2.0.0-final
Browse files Browse the repository at this point in the history
Had to remove more of the non-functional groovy rxjava test
  • Loading branch information
timyates committed Jul 18, 2013
1 parent ac5e269 commit 7dcf8d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 4 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ testtimeout=300
pullInDeps=true

# The version of Groovy language to compile against (if you are using Groovy compiled verticles or VertxTests)
groovyLangModVersion=2.0.0-CR2
groovyLangModVersion=2.0.0-final

# The version of Groovy to use (if you are using Groovy)
groovyVersion=2.1.5
Expand All @@ -23,11 +23,11 @@ groovyVersion=2.1.5
gradleVersion=1.6

# The version of Vert.x
vertxVersion=2.0.0-CR3
vertxVersion=2.0.0-final

# The version of Vert.x test tools
toolsVersion=2.0.0-CR2
testFrameworkVersion=2.0.0-CR1
toolsVersion=2.0.0-final
testFrameworkVersion=2.0.0-final

# The version of JUnit
junitVersion=4.10
Expand All @@ -38,4 +38,3 @@ hsqldbVersion=2.2.9
metricsVersion=3.0.0-BETA1

rxVersion=1.0.0-beta1-SNAPSHOT
groovyVersion=2.1.6
2 changes: 2 additions & 0 deletions src/test/resources/integration_tests/groovy/rx.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ def config = [ address: 'test.persistor',

VertxTests.initialize( this )

/*
rxEventBus = new RxEventBus( vertx.eventBus )
*/

container.deployModule( System.getProperty("vertx.modulename"), config, 1 ) { asyncResult ->
if( asyncResult.succeeded() ) {
Expand Down

0 comments on commit 7dcf8d7

Please sign in to comment.