@@ -38,7 +38,7 @@ void CmdSequencerTester ::BadCRC() {
3838 SequenceFiles::BadCRCFile file (this ->format );
3939 file.write ();
4040 // Run the sequence
41- this ->sendCmd_CS_RUN (0 , 0 , file.getName (), Svc::CmdSequencer_BlockState ::NO_BLOCK);
41+ this ->sendCmd_CS_RUN (0 , 0 , file.getName (), Svc::BlockState ::NO_BLOCK);
4242 this ->clearAndDispatch ();
4343 // Assert command response
4444 ASSERT_CMD_RESPONSE_SIZE (1 );
@@ -70,7 +70,7 @@ void CmdSequencerTester ::BadRecordDescriptor() {
7070 ASSERT_EVENTS_SIZE (1 );
7171 ASSERT_EVENTS_CS_RecordInvalid (0 , file.getName ().toChar (), 0 , Fw::FW_DESERIALIZE_FORMAT_ERROR);
7272 // Run the sequence
73- this ->sendCmd_CS_RUN (0 , 0 , file.getName (), Svc::CmdSequencer_BlockState ::NO_BLOCK);
73+ this ->sendCmd_CS_RUN (0 , 0 , file.getName (), Svc::BlockState ::NO_BLOCK);
7474 this ->clearAndDispatch ();
7575 // Assert command response
7676 ASSERT_CMD_RESPONSE_SIZE (1 );
@@ -126,7 +126,7 @@ void CmdSequencerTester ::EmptyFile() {
126126 SequenceFiles::EmptyFile file (this ->format );
127127 file.write ();
128128 // Run the sequence
129- this ->sendCmd_CS_RUN (0 , 0 , file.getName (), Svc::CmdSequencer_BlockState ::NO_BLOCK);
129+ this ->sendCmd_CS_RUN (0 , 0 , file.getName (), Svc::BlockState ::NO_BLOCK);
130130 this ->clearAndDispatch ();
131131 // Assert command response
132132 ASSERT_CMD_RESPONSE_SIZE (1 );
@@ -170,7 +170,7 @@ void CmdSequencerTester ::FileTooLarge() {
170170 Fw::Time testTime (TimeBase::TB_WORKSTATION_TIME, 0 , 0 );
171171 this ->setTestTime (testTime);
172172 // Run the sequence
173- this ->sendCmd_CS_RUN (0 , 0 , file.getName (), Svc::CmdSequencer_BlockState ::NO_BLOCK);
173+ this ->sendCmd_CS_RUN (0 , 0 , file.getName (), Svc::BlockState ::NO_BLOCK);
174174 this ->clearAndDispatch ();
175175 // Assert command response
176176 ASSERT_CMD_RESPONSE_SIZE (1 );
@@ -189,7 +189,7 @@ void CmdSequencerTester ::MissingCRC() {
189189 SequenceFiles::MissingCRCFile file (this ->format );
190190 file.write ();
191191 // Run the sequence
192- this ->sendCmd_CS_RUN (0 , 0 , file.getName (), Svc::CmdSequencer_BlockState ::NO_BLOCK);
192+ this ->sendCmd_CS_RUN (0 , 0 , file.getName (), Svc::BlockState ::NO_BLOCK);
193193 this ->clearAndDispatch ();
194194 // Assert no response on seqDone
195195 ASSERT_from_seqDone_SIZE (0 );
@@ -237,7 +237,7 @@ void CmdSequencerTester ::MissingFile() {
237237 SequenceFiles::MissingFile file (this ->format );
238238 file.remove ();
239239 // Run the sequence
240- this ->sendCmd_CS_RUN (0 , 0 , file.getName (), Svc::CmdSequencer_BlockState ::NO_BLOCK);
240+ this ->sendCmd_CS_RUN (0 , 0 , file.getName (), Svc::BlockState ::NO_BLOCK);
241241 this ->clearAndDispatch ();
242242 // Assert command response
243243 ASSERT_CMD_RESPONSE_SIZE (1 );
@@ -267,7 +267,7 @@ void CmdSequencerTester ::SizeFieldTooLarge() {
267267 ASSERT_EVENTS_SIZE (1 );
268268 ASSERT_EVENTS_CS_RecordInvalid (0 , file.getName ().toChar (), 0 , Fw::FW_DESERIALIZE_SIZE_MISMATCH);
269269 // Run the sequence
270- this ->sendCmd_CS_RUN (0 , 0 , file.getName (), Svc::CmdSequencer_BlockState ::NO_BLOCK);
270+ this ->sendCmd_CS_RUN (0 , 0 , file.getName (), Svc::BlockState ::NO_BLOCK);
271271 this ->clearAndDispatch ();
272272 // Assert command response
273273 ASSERT_CMD_RESPONSE_SIZE (1 );
@@ -295,7 +295,7 @@ void CmdSequencerTester ::SizeFieldTooSmall() {
295295 ASSERT_EVENTS_CS_RecordInvalid_SIZE (1 );
296296 ASSERT_EVENTS_CS_RecordInvalid (0 , file.getName ().toChar (), 0 , Fw::FW_DESERIALIZE_SIZE_MISMATCH);
297297 // Run the sequence
298- this ->sendCmd_CS_RUN (0 , 0 , file.getName (), Svc::CmdSequencer_BlockState ::NO_BLOCK);
298+ this ->sendCmd_CS_RUN (0 , 0 , file.getName (), Svc::BlockState ::NO_BLOCK);
299299 this ->clearAndDispatch ();
300300 // Assert command response
301301 ASSERT_CMD_RESPONSE_SIZE (1 );
@@ -323,7 +323,7 @@ void CmdSequencerTester ::USecFieldTooShort() {
323323 ASSERT_EVENTS_SIZE (1 );
324324 ASSERT_EVENTS_CS_RecordInvalid (0 , file.getName ().toChar (), 0 , Fw::FW_DESERIALIZE_SIZE_MISMATCH);
325325 // Run the sequence
326- this ->sendCmd_CS_RUN (0 , 0 , file.getName (), Svc::CmdSequencer_BlockState ::NO_BLOCK);
326+ this ->sendCmd_CS_RUN (0 , 0 , file.getName (), Svc::BlockState ::NO_BLOCK);
327327 this ->clearAndDispatch ();
328328 // Assert command response
329329 ASSERT_CMD_RESPONSE_SIZE (1 );
0 commit comments