last update

This commit is contained in:
Jan-Philipp Luithardt
2025-12-18 10:01:52 +01:00
parent c5350b3da2
commit 23e974c474
5 changed files with 5 additions and 5 deletions

7
.idea/workspace.xml generated
View File

@@ -5,9 +5,10 @@
</component>
<component name="ChangeListManager">
<list default="true" id="f4530d3f-84b2-422f-9e2a-4095d6e19e86" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/sql/localhost.sql" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gitea/workflows/gradle-ci.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.gitea/workflows/gradle-ci.yml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/schema.sql" beforeDir="false" afterPath="$PROJECT_DIR$/sql/schema.sql" afterDir="false" />
<change beforePath="$PROJECT_DIR$/sql/localhost.sql" beforeDir="false" afterPath="$PROJECT_DIR$/sql/db-export.sql" afterDir="false" />
<change beforePath="$PROJECT_DIR$/test/project/BadCaseTaskTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/test/project/BadCaseTaskTest.java" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -290,7 +291,7 @@
<workItem from="1765043338974" duration="7014000" />
<workItem from="1765107973967" duration="1170000" />
<workItem from="1765114753191" duration="1865000" />
<workItem from="1766041830166" duration="5363000" />
<workItem from="1766041830166" duration="6396000" />
</task>
<servers />
</component>

Binary file not shown.

View File

@@ -11,8 +11,7 @@ import org.junit.jupiter.api.Test;
import java.lang.reflect.Field;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import static org.junit.jupiter.api.Assertions.*;