lib/templates/resource/test/integration/neo4j/IntegrationTest.java.erb in spring-gen-0.1.0 vs lib/templates/resource/test/integration/neo4j/IntegrationTest.java.erb in spring-gen-0.1.1

- old
+ new

@@ -1,6 +1,6 @@ -package <%=@group_id%>.integration.<%=@model_name.downcase%>; +package <%=@package%>.integration.<%=@model_name.downcase%>; /* * Copyright (c) 2015 <%=@user_name%>. * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or @@ -35,11 +35,11 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status; import com.github.springtestdbunit.DbUnitTestExecutionListener; import com.github.springtestdbunit.annotation.DatabaseSetup; -import <%=@group_id%>.model.<%=@model_name%>; -import <%=@group_id%>.integration.<%=@model_name.downcase%>.<%=@model_name%>IntegrationTestConfig; +import <%=@package%>.model.<%=@model_name%>; +import <%=@package%>.integration.<%=@model_name.downcase%>.<%=@model_name%>IntegrationTestConfig; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.hateoas.MediaTypes; \ No newline at end of file