Skip to content

Commit

Permalink
For #110: added puzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
paulodamaso committed Jun 12, 2020
1 parent b8d8d93 commit 5022745
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/test/java/com/artipie/rpm/RpmTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@
*
* @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.
*/
final class RpmTest {

Expand Down

0 comments on commit 5022745

Please sign in to comment.