Cleaned test code

This commit is contained in:
Luca Frosini 2019-09-20 15:28:27 +02:00
parent a4072c1abf
commit fb6d769e36
1 changed files with 1 additions and 5 deletions

View File

@ -1,6 +1,5 @@
package org.gcube.gcat.client;
import java.io.IOException;
import java.io.StringReader;
import java.util.ArrayList;
import java.util.List;
@ -9,14 +8,11 @@ import java.util.concurrent.TimeUnit;
import javax.ws.rs.NotFoundException;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationException;
import org.junit.Assert;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.xml.sax.InputSource;
import org.xml.sax.SAXException;
import com.fasterxml.jackson.databind.JavaType;
import com.fasterxml.jackson.databind.ObjectMapper;
@ -107,7 +103,7 @@ public class ProfileTest extends ContextTest {
}
}
String xml = profile.read(PROFILE_NAME);
profile.read(PROFILE_NAME);
profile.delete(PROFILE_NAME);