diff options
| author | Mark Wenning <wenning@us.ibm.com> | 2011-10-03 15:10:32 -0500 |
|---|---|---|
| committer | Mark W. Wenning <wenning@us.ibm.com> | 2011-10-06 18:45:15 -0500 |
| commit | 5f0e665d50726bbd1617259b583d56bef67cd87f (patch) | |
| tree | 6e667066189a1b2ce01d9e420d0028902f925b8b /src/include | |
| parent | 7c7734c033bed0a453623afa980d38efd791c9a2 (diff) | |
| download | blackbird-hostboot-5f0e665d50726bbd1617259b583d56bef67cd87f.tar.gz blackbird-hostboot-5f0e665d50726bbd1617259b583d56bef67cd87f.zip | |
Fixes to cxxtest, + add debug for trace
- cxxtestgen.pl was counting the tests wrong
(did not reset # tests between suites)
- to be continued...
Change-Id: Ic060bcaf38dee39a620b3bef7c651851547442dc
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/423
Tested-by: Jenkins Server
Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com>
Diffstat (limited to 'src/include')
| -rwxr-xr-x | src/include/usr/cxxtest/TestSuite.H | 2 | ||||
| -rw-r--r-- | src/include/usr/trace/interface.H | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/usr/cxxtest/TestSuite.H b/src/include/usr/cxxtest/TestSuite.H index 4288ccc6e..e62141093 100755 --- a/src/include/usr/cxxtest/TestSuite.H +++ b/src/include/usr/cxxtest/TestSuite.H @@ -33,7 +33,7 @@ /******************************************************************************/ // Includes /******************************************************************************/ -#include <stdint.h> +#include <stdint.h> #include <trace/interface.H> diff --git a/src/include/usr/trace/interface.H b/src/include/usr/trace/interface.H index a082aaa1d..9e04c5afb 100644 --- a/src/include/usr/trace/interface.H +++ b/src/include/usr/trace/interface.H @@ -276,7 +276,7 @@ tracepp replaces trace_adal_hash() with hash value and reduced format string * buffer to write to. * * @param des This is assigned by this function. - * @param comp_name This is the four character name of the component requesting + * @param comp_name This is the 15 character name of the component requesting * the trace buffer. * @param bufferSize Requested length of the buffer, if 0 is entered the user will * get default buffer size. |

