Skip to content
Snippets Groups Projects
Commit 4b67e704 authored by Goik Martin's avatar Goik Martin
Browse files

Missing packaged="true" value, added comment

parent 7f6ba6f4
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
<include>**/*.xml</include>
</includes>
</fileSet>
<fileSet filtered="true" encoding="UTF-8">
<fileSet filtered="true" packaged="true" encoding="UTF-8">
<directory>src/test/java</directory>
<includes>
<include>**/*.java</include>
......
......@@ -13,11 +13,11 @@ import org.junit.Test;
import ${package}.model.Airline;
/**
* Creating a database entity and testing successful reload by primary key
* Dealing with insertion and reading entities.
*/
public class EntityTest {
/**
* Dummy test method
* Creating a database entity and testing successful reload by primary key.
*/
@Test
public void testApp() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment