Difference for test/unit/crossedit/check_Attr.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_check_Attr_c =   * static char *rcsid_check_Attr_c =
  *   "$Id: check_Attr.c,v 1.1 2006/03/21 22:46:08 tchize Exp $";   *   "$Id: check_Attr.c,v 1.2 2006/05/03 21:50:24 tchize Exp $";
  */   */
   
 /*  /*
Line 68
 
Line 68
   Suite *s = Attr_suite();    Suite *s = Attr_suite();
   SRunner *sr = srunner_create(s);    SRunner *sr = srunner_create(s);
   srunner_set_xml(sr,LOGDIR "/unit/crossedit/Attr.xml");    srunner_set_xml(sr,LOGDIR "/unit/crossedit/Attr.xml");
     srunner_set_log(sr,LOGDIR "/unit/crossedit/Attr.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:13