summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2018-07-24 17:17:27 +0200
committerGitHub <noreply@github.com>2018-07-24 17:17:27 +0200
commitb1fe7eed9fd6e58975e0bef7bee8579170d4b35f (patch)
tree5659d9ae6c9920912a88ebbc70f97dd9477e992a
parent7dad9355a412d753bebfe3aed741b2a667281931 (diff)
parent91fe1587e0c209112169fb12fe071089873f3a1a (diff)
Merge pull request #6459 from vespa-engine/gjoranv/todo-bundle-version
Add TODO to evaluate Bundle-Version for Vespa 7.
-rw-r--r--bundle-plugin-test/src/test/java/com/yahoo/BundleIT.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundle-plugin-test/src/test/java/com/yahoo/BundleIT.java b/bundle-plugin-test/src/test/java/com/yahoo/BundleIT.java
index cc6526d27c3..ccee4844b49 100644
--- a/bundle-plugin-test/src/test/java/com/yahoo/BundleIT.java
+++ b/bundle-plugin-test/src/test/java/com/yahoo/BundleIT.java
@@ -64,8 +64,8 @@ public class BundleIT {
}
@Test
- @Ignore
- public void require_that_manifest_version_matches_pom_version() {
+ @Ignore // TODO Vespa 7: Should we fix this? Why not?
+ public void require_that_bundle_version_matches_pom_version() {
assertThat(mainAttributes.getValue("Bundle-Version"), is("5.1.0"));
}