[liblouis-liblouisxml] [liblouis] r653 committed - Add some corrections so that the repeated tests passes

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Thu, 31 May 2012 14:57:43 +0000

Revision: 653
Author:   christian.egli@xxxxxxxxxxxxxx
Date:     Thu May 31 07:57:32 2012
Log:      Add some corrections so that the repeated tests passes

http://code.google.com/p/liblouis/source/detail?r=653

Modified:
 /trunk/tests/repeated.c
 /trunk/tests/tables/repeated.utb

=======================================
--- /trunk/tests/repeated.c     Thu May 31 06:55:01 2012
+++ /trunk/tests/repeated.c     Thu May 31 07:57:32 2012
@@ -94,9 +94,8 @@

   const int tests2_len = sizeof(tests2)/sizeof(char*);

-  for (int i = 0; i < tests2_len; i += 2) {
+  for (int i = 0; i < tests2_len; i += 2)
result |= check_translation("repeated_with_correct.utb", tests2[i], NULL, tests2[i+1]);
-  }

   return result;
 }
=======================================
--- /trunk/tests/tables/repeated.utb    Thu May 31 06:55:01 2012
+++ /trunk/tests/tables/repeated.utb    Thu May 31 07:57:32 2012
@@ -1,4 +1,4 @@
 space \t 9
-space \n 0
+space \n 24578

 repeated \s 0
For a description of the software, to download it and links to
project pages go to http://www.abilitiessoft.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r653 committed - Add some corrections so that the repeated tests passes - liblouis