喻健
2018-12-19 9f09e749e7198051b9af6c2421336a80b58b79a4
fanli/src/test/java/org/fanli/AppTest.java
@@ -1,6 +1,6 @@
package org.fanli;
import org.yeshi.utils.CMQUtil;
import org.junit.Ignore;
import junit.framework.Test;
import junit.framework.TestCase;
@@ -9,6 +9,7 @@
/**
 * Unit test for simple App.
 */
@Ignore
public class AppTest extends TestCase {
   /**
    * Create the test case
@@ -32,6 +33,6 @@
    */
   public void testApp() {
      assertTrue(true);
      CMQUtil.getInstance(null, null);
   }
}