summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-07-24 17:06:10 +0200
committergjoranv <gv@oath.com>2018-07-24 17:06:10 +0200
commit91fe1587e0c209112169fb12fe071089873f3a1a (patch)
tree5659d9ae6c9920912a88ebbc70f97dd9477e992a
parent7dad9355a412d753bebfe3aed741b2a667281931 (diff)
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"));
}