From: Pavel V. <va...@us...> - 2002-04-09 08:19:33
|
Update of /cvsroot/javaprofiler/test/snapshot In directory usw-pr-cvs1:/tmp/cvs-serv11790 Modified Files: TestSnap.java Log Message: fix Index: TestSnap.java =================================================================== RCS file: /cvsroot/javaprofiler/test/snapshot/TestSnap.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** TestSnap.java 13 Mar 2002 21:09:31 -0000 1.5 --- TestSnap.java 9 Apr 2002 08:19:29 -0000 1.6 *************** *** 97,101 **** //iprof = new IProf( new CommunSetupShMem() ); ! iprof.run(); try { --- 97,104 ---- //iprof = new IProf( new CommunSetupShMem() ); ! if ( !iprof.run() ) { ! System.err.println("Error in communication"); ! return; ! } try { |