HTTest.java [test] Revision:   Date:
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
import junit.framework.Assert;
import org.junit.Test;
import csip.test.ServiceTest;

/**
 *
 * @author od
 */
public class HTTest {

    @Test
    public void rz() throws Exception {
        Assert.assertTrue(ServiceTest.run("test/json-tests/tr20").getFailed() == 0);
    }
}