summaryrefslogtreecommitdiffstats
path: root/src/usr/sbeio/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/sbeio/test')
-rw-r--r--src/usr/sbeio/test/sbe_retry_handler_test.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/sbeio/test/sbe_retry_handler_test.H b/src/usr/sbeio/test/sbe_retry_handler_test.H
index bfe6808d7..9a3719895 100644
--- a/src/usr/sbeio/test/sbe_retry_handler_test.H
+++ b/src/usr/sbeio/test/sbe_retry_handler_test.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2017 */
+/* Contributors Listed Below - COPYRIGHT 2017,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -125,12 +125,12 @@ class SbeRetryHandlerTest : public CxxTest::TestSuite
uint32_t l_sbeStarted = l_cpu_target->getAttr<
TARGETING::ATTR_SBE_IS_STARTED>();
- if(l_SBEobj.getSbeRestart() && !l_sbeStarted)
+ if(l_SBEobj.isSbeAtRuntime() && !l_sbeStarted)
{
TS_FAIL("testSBEStarted: If the class element that "
"the SBE started is true, then the SBE attribute also "
"needs to be true");
- }else if(!(l_SBEobj.getSbeRestart() && l_sbeStarted))
+ }else if(!(l_SBEobj.isSbeAtRuntime() && l_sbeStarted))
{
TS_FAIL("testSBEStarted: If the class element "
"that the SBE started is false, then the SBE attribute "
OpenPOWER on IntegriCloud