-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix problems when running test_verify_bugs with -A option (#597)
- Loading branch information
Showing
22 changed files
with
159 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
diff --git a/src/test/org/apache/commons/cli2/jdepend/JDependTest.java b/src/test/org/apache/commons/cli2/jdepend/JDependTest.java | ||
index f018642..1b3ff61 100644 | ||
--- a/src/test/org/apache/commons/cli2/jdepend/JDependTest.java | ||
+++ b/src/test/org/apache/commons/cli2/jdepend/JDependTest.java | ||
@@ -65,7 +65,7 @@ public class JDependTest extends TestCase { | ||
final String message = pkg.getName() + " too far from line: " + distance; | ||
assertTrue( | ||
message, | ||
- distance < 0.21d); | ||
+ distance < 0.26d); | ||
} | ||
} | ||
|
||
diff --git a/src/test/org/apache/commons/cli2/validation/ClassValidatorTest.java b/src/test/org/apache/commons/cli2/validation/ClassValidatorTest.java | ||
index 707ef1e..a4fd007 100644 | ||
--- a/src/test/org/apache/commons/cli2/validation/ClassValidatorTest.java | ||
+++ b/src/test/org/apache/commons/cli2/validation/ClassValidatorTest.java | ||
@@ -222,8 +222,8 @@ public class ClassValidatorTest extends TestCase { | ||
resources.getMessage( | ||
"ClassValidator.class.access", | ||
className, | ||
- "Class org.apache.commons.cli2.validation.ClassValidator " + | ||
- "can not access a member of class " + | ||
+ "class org.apache.commons.cli2.validation.ClassValidator " + | ||
+ "cannot access a member of class " + | ||
"org.apache.commons.cli2.validation.protect.ProtectedClass " + | ||
"with modifiers \"protected\""), | ||
ive.getMessage()); | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
diff --git a/src/test/org/apache/commons/cli2/jdepend/JDependTest.java b/src/test/org/apache/commons/cli2/jdepend/JDependTest.java | ||
index f018642..1b3ff61 100644 | ||
--- a/src/test/org/apache/commons/cli2/jdepend/JDependTest.java | ||
+++ b/src/test/org/apache/commons/cli2/jdepend/JDependTest.java | ||
@@ -65,7 +65,7 @@ public class JDependTest extends TestCase { | ||
final String message = pkg.getName() + " too far from line: " + distance; | ||
assertTrue( | ||
message, | ||
- distance < 0.21d); | ||
+ distance < 0.26d); | ||
} | ||
} | ||
|
||
diff --git a/src/test/org/apache/commons/cli2/validation/ClassValidatorTest.java b/src/test/org/apache/commons/cli2/validation/ClassValidatorTest.java | ||
index 707ef1e..a4fd007 100644 | ||
--- a/src/test/org/apache/commons/cli2/validation/ClassValidatorTest.java | ||
+++ b/src/test/org/apache/commons/cli2/validation/ClassValidatorTest.java | ||
@@ -222,8 +222,8 @@ public class ClassValidatorTest extends TestCase { | ||
resources.getMessage( | ||
"ClassValidator.class.access", | ||
className, | ||
- "Class org.apache.commons.cli2.validation.ClassValidator " + | ||
- "can not access a member of class " + | ||
+ "class org.apache.commons.cli2.validation.ClassValidator " + | ||
+ "cannot access a member of class " + | ||
"org.apache.commons.cli2.validation.protect.ProtectedClass " + | ||
"with modifiers \"protected\""), | ||
ive.getMessage()); | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
diff --git a/src/test/org/apache/commons/cli2/jdepend/JDependTest.java b/src/test/org/apache/commons/cli2/jdepend/JDependTest.java | ||
index f018642..1b3ff61 100644 | ||
--- a/src/test/org/apache/commons/cli2/jdepend/JDependTest.java | ||
+++ b/src/test/org/apache/commons/cli2/jdepend/JDependTest.java | ||
@@ -65,7 +65,7 @@ public class JDependTest extends TestCase { | ||
final String message = pkg.getName() + " too far from line: " + distance; | ||
assertTrue( | ||
message, | ||
- distance < 0.21d); | ||
+ distance < 0.26d); | ||
} | ||
} | ||
|
||
diff --git a/src/test/org/apache/commons/cli2/validation/ClassValidatorTest.java b/src/test/org/apache/commons/cli2/validation/ClassValidatorTest.java | ||
index 707ef1e..a4fd007 100644 | ||
--- a/src/test/org/apache/commons/cli2/validation/ClassValidatorTest.java | ||
+++ b/src/test/org/apache/commons/cli2/validation/ClassValidatorTest.java | ||
@@ -222,8 +222,8 @@ public class ClassValidatorTest extends TestCase { | ||
resources.getMessage( | ||
"ClassValidator.class.access", | ||
className, | ||
- "Class org.apache.commons.cli2.validation.ClassValidator " + | ||
- "can not access a member of class " + | ||
+ "class org.apache.commons.cli2.validation.ClassValidator " + | ||
+ "cannot access a member of class " + | ||
"org.apache.commons.cli2.validation.protect.ProtectedClass " + | ||
"with modifiers \"protected\""), | ||
ive.getMessage()); | ||
|
||
|
||
|
||
|
||
|
40 changes: 0 additions & 40 deletions
40
framework/projects/JacksonDatabind/compile-errors/DateDeserialization-90-99.diff
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
framework/projects/JacksonDatabind/failing_tests/18dc249e793b15e40e67753ea5e988bd428b1a92
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
framework/projects/JacksonDatabind/failing_tests/755e3bc0cbea30de0102f6a88519a0c34d571bbd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
framework/projects/JacksonDatabind/failing_tests/a1404d5684783ccf28dc1b0a2791ce7c0c311907
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
framework/projects/JacksonDatabind/failing_tests/bc91126c55dc513735a2a95ace4c00a6021c76f4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
framework/projects/JacksonDatabind/failing_tests/dfaca81ae7a82b7c3018f265815e98a5138118f7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
framework/projects/JacksonDatabind/failing_tests/f2c445d6d2de988531dcda25da81fda129bc53f2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
framework/projects/Jsoup/failing_tests/65553582d184e18de10e496b0eaa53fbe206ba17
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## jsoup: 65553582d184e18de10e496b0eaa53fbe206ba17 ## | ||
--- org.jsoup.helper.W3CDomTest::simpleConversion | ||
|
3 changes: 3 additions & 0 deletions
3
framework/projects/Jsoup/failing_tests/a229d7354da5210a728ce5d43158d5cd780772db
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## jsoup: a229d7354da5210a728ce5d43158d5cd780772db ## | ||
--- org.jsoup.helper.W3CDomTest::simpleConversion | ||
|
1 change: 1 addition & 0 deletions
1
framework/projects/Lang/failing_tests/8e2f4ddb9a1ecd7a1bf7d752c2c891d630287036
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
framework/projects/Time/failing_tests/3a413d7844c22dc6ddd50bf5d0d55ff3589e47ac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
framework/projects/Time/failing_tests/3ba9ba799b3261b7332a467a88be142c83b298fd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
framework/projects/Time/failing_tests/57c8aaf94b95323c295dcfec5f40f181846164e7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
framework/projects/Time/failing_tests/57eb4cbb9044771cd46a9eee0c62016618930226
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
framework/projects/Time/failing_tests/5d08a1cdbfa6ce86a0baf637493c464e91e91968
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
framework/projects/Time/failing_tests/77a6b3a44da7ae4af62e88b4b27eeefec2d768c2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
framework/projects/Time/failing_tests/a6cb59ed2280ab0a32995fa8b5f1a7b0d47cb815
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
framework/projects/Time/failing_tests/e0559c503f65641b9546c37e7c84c866caf37e66
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters