summaryrefslogtreecommitdiff
path: root/maximus/ethernet/src/EthernetProcessorTest.cpp
diff options
context:
space:
mode:
authorburet2007-12-14 16:53:53 +0000
committerburet2007-12-14 16:53:53 +0000
commitbad0aa732b5e7b04decae6c7f25769f209b136b5 (patch)
tree85339c0aeaf594a6a8b0f68bb61bc3979f4beec1 /maximus/ethernet/src/EthernetProcessorTest.cpp
parentb5c90e360f34b7fcfde5481ee340bd14a0f7f557 (diff)
Maximus V2: Development of the IPMBOX and associated tests.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1149 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'maximus/ethernet/src/EthernetProcessorTest.cpp')
-rw-r--r--maximus/ethernet/src/EthernetProcessorTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/maximus/ethernet/src/EthernetProcessorTest.cpp b/maximus/ethernet/src/EthernetProcessorTest.cpp
index 585a69c0bb..11edbd3486 100644
--- a/maximus/ethernet/src/EthernetProcessorTest.cpp
+++ b/maximus/ethernet/src/EthernetProcessorTest.cpp
@@ -77,7 +77,6 @@ void EthernetProcessorTest::sendEtherTest (void)
// create the destination station
Sci_Msg_Station_Id stationId = mpCoreEngine->getSystem()->createStation();
mpCoreEngine->getSystem()->updateStationStatus(stationId, MAXIMUS_STATION_STATUS_IDLE);
- etherSciMsg.setSciMsgStationId(stationId);
CPPUNIT_ASSERT_MESSAGE ( "Ether SCI message has not been sent", mpEthernetProcessor->sendEther(etherSciMsg) );