Enable all tests

This commit is contained in:
Mikolaj Izdebski 2015-10-16 08:00:51 +02:00
parent 437ba15014
commit da56d3b679

View File

@ -1,6 +1,6 @@
Name: maven-shared-utils
Version: 3.0.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Maven shared utility classes
License: ASL 2.0
URL: http://maven.apache.org/shared/maven-shared-utils
@ -38,9 +38,6 @@ API documentation for %{name}.
%setup -q
%pom_remove_plugin org.codehaus.mojo:findbugs-maven-plugin
# Ignore one failing test
sed -i '/toURLs1(/i@org.junit.Ignore' $(find -name FileUtilsTest.java)
%build
%mvn_build
@ -54,6 +51,9 @@ sed -i '/toURLs1(/i@org.junit.Ignore' $(find -name FileUtilsTest.java)
%license LICENSE NOTICE
%changelog
* Fri Oct 16 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-2
- Enable all tests
* Mon Oct 12 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-1
- Update to upstream version 3.0.0