Skip to content
Snippets Groups Projects
Verified Commit 6581dc8a authored by Timm Fitschen's avatar Timm Fitschen
Browse files

TST: fix unit tests for deriveUpdate

parent 1464d25d
No related branches found
No related tags found
3 merge requests!44Release 0.6,!43Merge f-GRPC-main to dev,!35F grpc f mixed write transactions
Pipeline #13885 passed
......@@ -29,16 +29,23 @@ import static org.junit.Assert.assertEquals;
import java.io.IOException;
import java.security.NoSuchAlgorithmException;
import org.caosdb.server.CaosDBException;
import org.caosdb.server.CaosDBServer;
import org.caosdb.server.datatype.GenericValue;
import org.caosdb.server.entity.Entity;
import org.caosdb.server.entity.EntityInterface;
import org.caosdb.server.entity.StatementStatus;
import org.caosdb.server.entity.wrapper.Property;
import org.caosdb.server.utils.EntityStatus;
import org.junit.BeforeClass;
import org.junit.Test;
public class UpdateTest {
@BeforeClass
public static void setup() throws IOException {
CaosDBServer.initServerProperties();
}
@Test
public void testDeriveUpdate_SameName()
throws NoSuchAlgorithmException, IOException, CaosDBException {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment