Author: vborja
Date: Tue Sep 23 12:13:51 2008
New Revision: 698304
URL: http://svn.apache.org/viewvc?rev=698304&view=rev
Log:
Added more options keys :properties and :jvmargs to JtestR
Modified:
incubator/buildr/trunk/lib/buildr/java/bdd.rb
Modified: incubator/buildr/trunk/lib/buildr/java/bdd.rb
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/lib/buildr/java/bdd.rb?rev=698304&r1=698303&r2=698304&view=diff
==============================================================================
--- incubator/buildr/trunk/lib/buildr/java/bdd.rb (original)
+++ incubator/buildr/trunk/lib/buildr/java/bdd.rb Tue Sep 23 12:13:51 2008
@@ -160,6 +160,8 @@
# Support the following options:
# * :config -- path to JtestR config file. defaults to
@spec/ruby/jtestr_config.rb@
# * :output -- path to JtestR output dump. @false@ to supress output
+ # * :properties -- Hash of properties passed to the test suite.
+ # * :java_args -- Arguments passed to the JVM.
class JtestR < TestFramework::JavaBDD
@lang = :ruby
@bdd_dir = :spec