Skip to content

Commit

Permalink
For #110: qulice checks
Browse files Browse the repository at this point in the history
  • Loading branch information
paulodamaso committed Jun 12, 2020
1 parent c45c3b1 commit 384743c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/artipie/rpm/RpmTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
* Unit tests for {@link Rpm}.
*
* @since 0.9
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @todo #110:30min Meaningful error on broken package.
* Rpm should throw an exception when trying to add an invalid package.
* The type of exception must be IllegalArgumentException and its message
* "Reading of RPM package 'package' failed, data corrupt or malformed.",
* like described in showMeaningfulErrorWhenInvalidPackageSent. Implement it
* and then enable the test.
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
*/
final class RpmTest {

Expand Down

0 comments on commit 384743c

Please sign in to comment.