Skip to content

Commit

Permalink
#699 DefaultMavenEnvironmentTest.java:136-143: Ideally integration te…
Browse files Browse the repository at this point in the history
…st is required(add new line to the end of the files)
  • Loading branch information
dskalenko committed Mar 2, 2016
1 parent c4eadaa commit a13daf6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
invoker.goals = clean verify
invoker.buildResult = failure
invoker.buildResult = failure
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
<session-factory>
<property name="show_sql">true</property>
</session-factory>
</hibernate-configuration>
</hibernate-configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
@Entity
@Table(name = "TEST_TABLE")
public class TestModel {
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package com.qulice.entity.model;
package com.qulice.entity.model;
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ def log = new File(basedir, 'build.log')
assert !log.text.contains('Caused by: java.lang.NullPointerException')
assert log.text.contains('Unused declared dependencies found')
assert log.text.contains('1 dependency problem(s) found')
assert log.text.contains('org.hibernate:hibernate-entitymanager:jar:5.0.7.Final:compile')
assert log.text.contains('org.hibernate:hibernate-entitymanager:jar:5.0.7.Final:compile')

0 comments on commit a13daf6

Please sign in to comment.