From 7200f52a4dca03e80c8f52cfb8c0ab93aebf0b6b Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Fri, 25 Apr 2014 15:42:31 -0500 Subject: Re-enable FSI SCOM error tests Change-Id: I05fd5c3864910eabcb014ce12b7c63a94a95a54f RTC: 80081 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10782 Tested-by: Jenkins Server Reviewed-by: Corey V. Swenson Reviewed-by: Michael Baiocchi Reviewed-by: A. Patrick Williams III --- src/usr/fsiscom/test/fsiscomtest.H | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/usr/fsiscom/test') diff --git a/src/usr/fsiscom/test/fsiscomtest.H b/src/usr/fsiscom/test/fsiscomtest.H index 16481987d..78086ab35 100644 --- a/src/usr/fsiscom/test/fsiscomtest.H +++ b/src/usr/fsiscom/test/fsiscomtest.H @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2013 */ +/* COPYRIGHT International Business Machines Corp. 2011,2014 */ /* */ /* p1 */ /* */ @@ -40,9 +40,6 @@ class FsiScomTest : public CxxTest::TestSuite { TRACFCOMP( g_trac_fsiscom, "FsiScomTest::test_Error> Start" ); - //@fixme: RTC:80081 - TRACFCOMP( g_trac_fsiscom, "FsiScomTest::test_Error> Disabling test until D892724 is in a build" ); -#if 0 uint64_t fails = 0; uint64_t total = 0; errlHndl_t l_err = NULL; @@ -119,6 +116,5 @@ class FsiScomTest : public CxxTest::TestSuite } TRACFCOMP( g_trac_fsiscom, "FsiScomTest::test_Error> %d/%d fails", fails, total ); -#endif }; }; -- cgit v1.2.3