Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2005, 5:52:32 PM (18 years ago)
Author:
patrick
Message:

network: testing env. got segfault in the code

File:
1 edited

Legend:

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

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