Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 20 May 2008 20:49:33 +0000 (20:49 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 20 May 2008 20:49:33 +0000 (20:49 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5455 48e7efb5-ca39-0410-a469-dd3cf9ba447f

teshsuite/xbt/log_large_test.c
teshsuite/xbt/log_large_test.tesh

index 2414229..5759ec4 100644 (file)
@@ -28,7 +28,7 @@ int main(int argc, char *argv[]){
 
   xbt_init(&argc,argv);
 
 
   xbt_init(&argc,argv);
 
-  INFO10("This is a very large message:0%s1%s2%s3%s4%s5%s6%s7%s8%s9%s",tmp,tmp,tmp,tmp,tmp,tmp,tmp,tmp,tmp,tmp);
+  INFO10("This is a very large message:\n0%s1%s2%s3%s4%s5%s6%s7%s8%s9%s",tmp,tmp,tmp,tmp,tmp,tmp,tmp,tmp,tmp,tmp);
   INFO1("Done (strlen>%d)",(int) (10*strlen(tmp)));
   free(tmp);
    
   INFO1("Done (strlen>%d)",(int) (10*strlen(tmp)));
   free(tmp);
    
index e1ab8e3..9a3ce83 100644 (file)
@@ -1,7 +1,8 @@
 
 p Check that the dynamic version of the log simple layout works
 $ $SG_EXENV_TEST xbt/log_large_test
 
 p Check that the dynamic version of the log simple layout works
 $ $SG_EXENV_TEST xbt/log_large_test
-> [0.000000] [test/INFO] This is a very large message:0
+> [0.000000] [test/INFO] This is a very large message:
+> 0
 > 1.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0
 > 2.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0
 > 3.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0
 > 1.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0
 > 2.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0
 > 3.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0
@@ -116,7 +117,8 @@ $ $SG_EXENV_TEST xbt/log_large_test
 
 p Check that the dynamic version of the log formated layout works
 $ $SG_EXENV_TEST xbt/log_large_test --log=root.fmt:%m%n 
 
 p Check that the dynamic version of the log formated layout works
 $ $SG_EXENV_TEST xbt/log_large_test --log=root.fmt:%m%n 
-> This is a very large message:0
+> This is a very large message:
+> 0
 > 1.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0
 > 2.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0
 > 3.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0
 > 1.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0
 > 2.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0
 > 3.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0