ss: Replace AttributeNotFoundException with IOOBE for quark parameters
[deliverable/tracecompass.git] / statesystem / org.eclipse.tracecompass.statesystem.core.tests / src / org / eclipse / tracecompass / statesystem / core / tests / StateSystemPushPopTest.java
index c47f19f527f6f3e9978a1b76bd1a0cdd5b31382a..37b57735132f4fbc27c65c16ca719ff97479010e 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012, 2015 Ericsson
+ * Copyright (c) 2012, 2016 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -156,7 +156,7 @@ public class StateSystemPushPopTest {
             assertEquals(30, interval.getEndTime());
             assertTrue(interval.getStateValue().isNull());
 
-        } catch (AttributeNotFoundException | TimeRangeException | StateSystemDisposedException e) {
+        } catch (TimeRangeException | StateSystemDisposedException e) {
             fail(errMsg + e.toString());
         }
     }
This page took 0.025395 seconds and 5 git commands to generate.