From 1c2ab39caf3207f21d667f79783953609190d6dd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Jul 2011 13:46:49 +0000 Subject: 2011-07-21 Joel Sherrill * psxtmmutex02/init.c, psxtmmutex05/init.c, psxtmmutex06/init.c, psxtmnanosleep02/init.c, psxtmsleep02/init.c, psxtmthread01/init.c, psxtmthread03/init.c: Standardize start and end test messages. --- testsuites/psxtmtests/psxtmthread03/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/psxtmtests/psxtmthread03') diff --git a/testsuites/psxtmtests/psxtmthread03/init.c b/testsuites/psxtmtests/psxtmthread03/init.c index 2516ce972e..2b1f0e7c1e 100644 --- a/testsuites/psxtmtests/psxtmthread03/init.c +++ b/testsuites/psxtmtests/psxtmthread03/init.c @@ -45,7 +45,7 @@ void *Low( 0 ); - puts( "*** END OF POSIX TIME TEST TM02 ***" ); + puts( "*** END OF POSIX TIME TEST PSXTMTHREAD03 ***" ); rtems_test_exit( 0 ); return NULL; } @@ -74,7 +74,7 @@ void *POSIX_Init( int status; pthread_t threadId; - puts( "\n\n*** POSIX TIME TEST TM02 ***" ); + puts( "\n\n*** POSIX TIME TEST PSXTMTHREAD03 ***" ); for ( i=0 ; i < OPERATION_COUNT - 1 ; i++ ) { status = pthread_create( &threadId, NULL, Middle, NULL ); -- cgit v1.2.3