Difference for test/unit/server/check_spell_attack.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_check_spell_attack_c =   * static char *rcsid_check_spell_attack_c =
  *   "$Id: check_spell_attack.c,v 1.1 2006/03/21 22:46:09 tchize Exp $";   *   "$Id: check_spell_attack.c,v 1.2 2006/05/03 21:50:25 tchize Exp $";
  */   */
   
 /*  /*
Line 68
 
Line 68
   Suite *s = spell_attack_suite();    Suite *s = spell_attack_suite();
   SRunner *sr = srunner_create(s);    SRunner *sr = srunner_create(s);
   srunner_set_xml(sr,LOGDIR "/unit/server/spell_attack.xml");    srunner_set_xml(sr,LOGDIR "/unit/server/spell_attack.xml");
     srunner_set_log(sr,LOGDIR "/unit/server/spell_attack.out");
   srunner_run_all(sr, CK_ENV); /*verbosity from env variable*/    srunner_run_all(sr, CK_ENV); /*verbosity from env variable*/
   nf = srunner_ntests_failed(sr);    nf = srunner_ntests_failed(sr);
   srunner_free(sr);    srunner_free(sr);


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:11