summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/test
diff options
context:
space:
mode:
authorMonte Copeland <copelanm@us.ibm.com>2011-11-02 13:56:28 -0500
committerMonte K. Copeland <copelanm@us.ibm.com>2011-11-02 14:30:51 -0500
commitb7ecd3ccb7b64c8d6dec1d0d2f452f4ee5ce8828 (patch)
treedd67745a3ec47a58fadc36642aa8e21898788f0c /src/usr/hwpf/test
parent8455f7a9f2e388c29abebc9bf18d657c11d5e27f (diff)
downloadblackbird-hostboot-b7ecd3ccb7b64c8d6dec1d0d2f452f4ee5ce8828.tar.gz
blackbird-hostboot-b7ecd3ccb7b64c8d6dec1d0d2f452f4ee5ce8828.zip
Errl commit with component ID
Change-Id: Ic8fcd3c69330878e8e7a75ba6ba9d3c60aca6251 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/482 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: Monte K. Copeland <copelanm@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/test')
-rw-r--r--src/usr/hwpf/test/hwpftest.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/hwpf/test/hwpftest.H b/src/usr/hwpf/test/hwpftest.H
index fa503f3b5..ef497c0cc 100644
--- a/src/usr/hwpf/test/hwpftest.H
+++ b/src/usr/hwpf/test/hwpftest.H
@@ -97,7 +97,7 @@ public:
if (l_err)
{
TS_TRACE("testHwpf2: Unit Test passed. hwpTestError failed. Error logged");
- errlCommit(l_err);
+ errlCommit(l_err,HWPF_COMP_ID);
}
else
{
@@ -127,7 +127,7 @@ public:
if (l_err)
{
TS_FAIL("testHwpf3: Unit Test failed. hwpTestConfig failed. Error logged");
- errlCommit(l_err);
+ errlCommit(l_err,HWPF_COMP_ID);
}
else
{
@@ -148,7 +148,7 @@ public:
if (l_err)
{
TS_FAIL("testHwpf4: Unit Test failed. hwpTestAttributes failed. Error logged");
- errlCommit(l_err);
+ errlCommit(l_err,HWPF_COMP_ID);
}
else
{
OpenPOWER on IntegriCloud