This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Resolve "Sharing: errorneous notPresent attribute in GitProjectDTO"

@@ -5,9 +5,9 @@ import static org.junit.Assert.assertEquals;
import at.ac.uibk.gitsearch.properties.ApplicationProperties.DeploymentInfo;
import at.ac.uibk.gitsearch.service.MailService;
import at.ac.uibk.gitsearch.testingUtilities.PropertiesTester;
import java.lang.reflect.InvocationTargetException;
import nl.jqno.equalsverifier.EqualsVerifier;
import nl.jqno.equalsverifier.Warning;
import org.codeability.sharing.plugins.api.search.GitProjectDTO;
import org.codeability.sharing.plugins.api.search.SearchResultDTO;
import org.codeability.sharing.plugins.api.search.SearchResultsDTO;
@@ -16,9 +16,6 @@ import org.codeability.sharing.plugins.api.search.UserProvidedMetadataDTO.Person
import org.junit.Assert;
import org.junit.jupiter.api.Test;
import nl.jqno.equalsverifier.EqualsVerifier;
import nl.jqno.equalsverifier.Warning;
/**
* Integration tests for {@link MailService}.
*/