Migrate to junit4 #685
Merged
Migrate to junit4 #685
Conversation
Current coverage is 64.12% (diff: 100%)@@ master #685 diff @@
==========================================
Files 164 164
Lines 15124 15124
Methods 0 0
Messages 0 0
Branches 2979 2979
==========================================
+ Hits 9695 9698 +3
+ Misses 4194 4193 -1
+ Partials 1235 1233 -2
|
fix javadoc error #205
# Conflicts: # pgjdbc/src/test/java/org/postgresql/test/jdbc2/BlobTest.java # pgjdbc/src/test/java/org/postgresql/test/jdbc2/GeometricTest.java # pgjdbc/src/test/java/org/postgresql/test/jdbc2/Jdbc2TestSuite.java # pgjdbc/src/test/java/org/postgresql/test/jdbc2/OID74Test.java # pgjdbc/src/test/java/org/postgresql/test/jdbc2/TimezoneTest.java
fix checkstyle #205
# Conflicts: # pgjdbc/src/test/java/org/postgresql/test/jdbc2/StatementTest.java
migrate to Junit4 test of org.postgresql.test.jdbc4 test package #205
migrate to Junit4 test of org.postgresql.test.jdbc3 test package #205
add org.postgresql.test.jdbc3 test package |
migrate to Junit4 tests org.postgresql.test.xa and org.postgresql.test.jdbc2 test packages #205
LGTM, I will merge this unless someone has objections |
LGTM |
@davecramer , I guess nobody has objections. |
Master:
Current PR
@AlexElin , thanks for cleaning the stuff. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
migrate to Junit4 tests of org.postgresql.test.jdbc2 test package, org.postgresql.test.jdbc4, org.postgresql.test.jdbc42 test packages
#205