ctf: Attempt to gracefully recover from a malformed packet context
[deliverable/tracecompass.git] / ctf / org.eclipse.tracecompass.ctf.core.tests / src / org / eclipse / tracecompass / ctf / core / tests / trace / CTFStreamInputPacketIndexTest.java
index 2d505fce3d14044f0e2c1bd4cfdbe87789aa597f..b826252ecc53cacff7b69c950b780821a533a099 100644 (file)
@@ -23,8 +23,7 @@ import org.junit.Test;
  * The class <code>StreamInputPacketIndexTest</code> contains tests for the
  * class <code>{@link StreamInputPacketIndex}</code>.
  *
- * @author ematkho
- * @version $Revision: 1.0 $
+ * @author Matthew Khouzam
  */
 @SuppressWarnings("javadoc")
 public class CTFStreamInputPacketIndexTest {
@@ -37,7 +36,7 @@ public class CTFStreamInputPacketIndexTest {
      * @throws CTFException
      */
     @Before
-    public void setUp() throws CTFException {
+    public void setUp() {
         fixture = new StreamInputPacketIndex();
         fixture.append(new StreamInputPacketIndexEntry(1L,0L));
     }
This page took 0.027437 seconds and 5 git commands to generate.