Author: osallou
Date: 2016-12-09 10:38:53 +0000 (Fri, 09 Dec 2016)
New Revision: 23276

Modified:
   trunk/packages/biojava4-live/trunk/debian/patches/ignore_fake_tests
Log:
add fake test in class

Modified: trunk/packages/biojava4-live/trunk/debian/patches/ignore_fake_tests
===================================================================
--- trunk/packages/biojava4-live/trunk/debian/patches/ignore_fake_tests 
2016-12-09 10:30:53 UTC (rev 23275)
+++ trunk/packages/biojava4-live/trunk/debian/patches/ignore_fake_tests 
2016-12-09 10:38:53 UTC (rev 23276)
@@ -25,3 +25,24 @@
        public void shortExample1() throws Exception{
                /*
                 * Composition
+--- 
a/biojava-aa-prop/src/test/java/org/biojava/nbio/aaproperties/xml/GenerateJavaCodesFromTextTest.java
++++ 
b/biojava-aa-prop/src/test/java/org/biojava/nbio/aaproperties/xml/GenerateJavaCodesFromTextTest.java
+@@ -20,7 +20,7 @@
+  */
+ package org.biojava.nbio.aaproperties.xml;
+ 
+-//import org.junit.Test;
++import org.junit.Test;
+ import org.slf4j.Logger;
+ import org.slf4j.LoggerFactory;
+ 
+@@ -36,6 +36,9 @@
+ 
+       private final static Logger logger = 
LoggerFactory.getLogger(GenerateJavaCodesFromTextTest.class);
+ 
++@Test
++public void testFake(){}
++
+       /*
+        * Generate java codes from two text files; Symbol2Name.txt and 
Symbol2Weight.txt
+        */


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to