X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fintervalstore%2Fnonc%2FIntervalStore0Test.java;h=c096f52926d7fa526b8323aca1803c6fadabd1f0;hb=5ec4302f8446a533c9bc3e9f7544059da5011e63;hp=c2d786468aba7aabaafeb883cb9a269ffb6fa6be;hpb=55ebdfcc6bd979605c9bb2b4092a422b035bc27e;p=jalview.git diff --git a/test/intervalstore/nonc/IntervalStore0Test.java b/test/intervalstore/nonc/IntervalStore0Test.java index c2d7864..c096f52 100644 --- a/test/intervalstore/nonc/IntervalStore0Test.java +++ b/test/intervalstore/nonc/IntervalStore0Test.java @@ -199,13 +199,13 @@ public class IntervalStore0Test SimpleFeature sf1 = add(store, 10, 20); assertTrue(store.contains(sf1)); - try - { - store.remove("what is this?"); - } catch (ClassCastException e) - { - // expected; - } + // try + // { + // store.remove("what is this?"); + // } catch (ClassCastException e) + // { + // // expected; + // } assertFalse(store.remove(null)); /* @@ -414,13 +414,13 @@ public class IntervalStore0Test assertTrue(store.contains(sf3)); assertFalse(store.contains(null)); - try - { - assertFalse(store.contains("junk")); - } catch (ClassCastException e) - { - // expected; - } + // try + // { + // assertFalse(store.contains("junk")); + // } catch (ClassCastException e) + // { + // // expected; + // } } @Test(groups = "Functional")