summaryrefslogtreecommitdiffstats
path: root/src/usr/fsiscom
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/fsiscom')
-rw-r--r--src/usr/fsiscom/test/fsiscomtest.H7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/usr/fsiscom/test/fsiscomtest.H b/src/usr/fsiscom/test/fsiscomtest.H
index c1d2b9168..3f9fe5200 100644
--- a/src/usr/fsiscom/test/fsiscomtest.H
+++ b/src/usr/fsiscom/test/fsiscomtest.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2014 */
+/* Contributors Listed Below - COPYRIGHT 2011,2015 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -38,6 +40,8 @@ class FsiScomTest : public CxxTest::TestSuite
*/
void test_Error(void)
{
+/*
+ //FIXME: RTC 129630
TRACFCOMP( g_trac_fsiscom, "FsiScomTest::test_Error> Start" );
uint64_t fails = 0;
@@ -116,5 +120,6 @@ class FsiScomTest : public CxxTest::TestSuite
}
TRACFCOMP( g_trac_fsiscom, "FsiScomTest::test_Error> %d/%d fails", fails, total );
+*/
};
};
OpenPOWER on IntegriCloud