Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2005, 7:05:34 PM (18 years ago)
Author:
patrick
Message:

network: included more comments to make it easier to debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/subprojects/network/network_unit_test.cc

    r5798 r5800  
    144144
    145145  /* synchronize the data 1 time (increment for longer tests) */
    146   for( int i = 0; i < 3; i++) {
     146  for( int i = 0; i < 2; i++) {
    147147    nm->synchronize();
    148148  }
    149149
    150150  printf("Test finished\n");
    151  
    152  
     151
     152
    153153  /* delete the network manager again */
    154154  delete nm;
Note: See TracChangeset for help on using the changeset viewer.