You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by to...@apache.org on 2017/02/14 07:11:05 UTC

buildr git commit: BUILDR-729: Enable tests for custom_pom

Repository: buildr
Updated Branches:
  refs/heads/master 14116ad04 -> 5c13c284a


BUILDR-729: Enable tests for custom_pom


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/5c13c284
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/5c13c284
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/5c13c284

Branch: refs/heads/master
Commit: 5c13c284ae48340783151e805992266a7fb1b136
Parents: 14116ad
Author: Antoine Toulme <an...@lunar-ocean.com>
Authored: Mon Feb 13 23:11:00 2017 -0800
Committer: Antoine Toulme <an...@lunar-ocean.com>
Committed: Mon Feb 13 23:11:00 2017 -0800

----------------------------------------------------------------------
 spec/java/custom_pom_spec.rb | 13 -------------
 1 file changed, 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/5c13c284/spec/java/custom_pom_spec.rb
----------------------------------------------------------------------
diff --git a/spec/java/custom_pom_spec.rb b/spec/java/custom_pom_spec.rb
index 25e2cf5..4bcfea5 100644
--- a/spec/java/custom_pom_spec.rb
+++ b/spec/java/custom_pom_spec.rb
@@ -13,20 +13,9 @@
 # License for the specific language governing permissions and limitations under
 # the License.
 
-# The testing framework does not support loading and then unloading of addons
-# thus we can not test this addon until we figure out a mechanism of supporting
-# unloading addon as the test progresses
-if false
-
 require File.expand_path('../spec_helpers', File.dirname(__FILE__))
 require File.expand_path(File.join(File.dirname(__FILE__), '..', 'xpath_matchers'))
 
-# Next line should work but does not
-#Sandbox.require_optional_extension 'buildr/custom_pom'
-
-# Next line should not be used but is required
-require 'buildr/custom_pom'
-
 describe Buildr::CustomPom do
 
   def xml_document(filename)
@@ -181,5 +170,3 @@ describe Buildr::CustomPom do
     end
   end
 end
-
-end