Package: icb-utils / 2.0.1+git20161002.afee1d9-4

Metadata

Package Version Patches format
icb-utils 2.0.1+git20161002.afee1d9-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
using_colt_in_pom.patch | (download)

pom.xml | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 adding colt in pom.xml dependencies
 colt is added using systemPath as its Debian packaging does not include Maven
 files.
specify_test_path_to_maven.patch | (download)

pom.xml | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 specifying the path of the tests, which is not default one
modify_testing.patch | (download)

test-src/edu/cornell/med/icb/io/TestResourceFinder.java | 5 4 + 1 - 0 !
test-src/edu/cornell/med/icb/ip/TestIpUtils.java | 6 6 + 0 - 0 !
test-src/edu/cornell/med/icb/util/TestVersionUtils.java | 2 2 + 0 - 0 !
3 files changed, 12 insertions(+), 1 deletion(-)

 change tests not applicable for debian packaging
 The test getNoImplementationVersion is ignored, as the junit jar has an
 implementation version attribute.
 The tests testResrouceFinderClasspathFileNoArgsConstructor and
 testResrouceFinderClasspathFileNullToMultiArgsConstructor are ignored because
 ant is not used for the build.
 The method testResrouceExistingFileInDir is wrongly defined: the comment above
 it suggests that it expects a null result.
 The tests in TestIpUtils are ignored because inspecting the source code of
 validateIpAddress shows this method never throws an UnknownHostException.