Skip to content
Snippets Groups Projects
Commit 47a03974 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

test pipelining

parent 92574849
No related branches found
No related tags found
No related merge requests found
...@@ -20,12 +20,13 @@ public class FirePduTest extends PduTest ...@@ -20,12 +20,13 @@ public class FirePduTest extends PduTest
{ {
PduFactory pduFactory = new PduFactory(); PduFactory pduFactory = new PduFactory();
FirePdu firePdu = pduFactory.makeFirePdu(); FirePdu firePdu = pduFactory.makeFirePdu();
// TODO alternate constructors and utility methods // TODO alternate constructors and utility methods
// TODO update PDU-specific tests // TODO update PDU-specific tests
testOnePdu(firePdu); testOnePdu(firePdu);
testOnePdu(firePdu.setRange(1000.0f).setFireMissionIndex(2)); // pipelining);
} }
/** Test single PDU for correctness according to all contained fields in this PDU type /** Test single PDU for correctness according to all contained fields in this PDU type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment