Update JUnit Version to 4.4
---------------------------

                 Key: BUILDR-102
                 URL: https://issues.apache.org/jira/browse/BUILDR-102
             Project: Buildr
          Issue Type: Improvement
          Components: Test frameworks
    Affects Versions: 1.3.2
         Environment: ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]
java version "1.6.0_06"
Windows Vista Business
            Reporter: rosch
            Priority: Minor


Update used JUnit version to 4.4.

patch:

Index: lib/buildr/java/test_frameworks.rb
===================================================================
--- lib/buildr/java/test_frameworks.rb  (revision 675098)
+++ lib/buildr/java/test_frameworks.rb  (working copy)
@@ -182,7 +182,7 @@
     end
 
     # JUnit version number.
-    VERSION = '4.3.1' unless const_defined?('VERSION')
+    VERSION = '4.4' unless const_defined?('VERSION')
     
     REQUIRES = ["junit:junit:jar:#{VERSION}"] + JMock::REQUIRES
  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to