Commit d5a6ddf
committed
make asserts that expect IllegalArgumentException less precise
This exception is thrown out of JVM code, and the presence or absence of an error message appears
to be implementation specific. Loosen the constrains for this assertion.1 parent 65065e6 commit d5a6ddf
1 file changed
Lines changed: 2 additions & 4 deletions
File tree
- hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
| 135 | + | |
137 | 136 | | |
138 | 137 | | |
139 | 138 | | |
| |||
203 | 202 | | |
204 | 203 | | |
205 | 204 | | |
206 | | - | |
207 | | - | |
| 205 | + | |
208 | 206 | | |
209 | 207 | | |
210 | 208 | | |
| |||
0 commit comments