[ 
https://issues.apache.org/jira/browse/CRYPTO-151?focusedWorklogId=528280&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-528280
 ]

ASF GitHub Bot logged work on CRYPTO-151:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 25/Dec/20 01:02
            Start Date: 25/Dec/20 01:02
    Worklog Time Spent: 10m 
      Work Description: garydgregory commented on a change in pull request #114:
URL: https://github.com/apache/commons-crypto/pull/114#discussion_r548771093



##########
File path: 
src/test/java/org/apache/commons/crypto/cipher/AbstractCipherTest.java
##########
@@ -123,7 +127,7 @@ public void cryptoTest() throws Exception {
                for (final String tran : transformations) {
                        /** uses the small data set in {@link TestData} */
                        cipherTests = TestData.getTestData(tran);
-                       assertNotNull(tran, cipherTests);
+                       assertNotNull(cipherTests,tran);

Review comment:
       Fix formatting.
   




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 528280)
    Time Spent: 6.5h  (was: 6h 20m)

> Migrate to Junit 5
> ------------------
>
>                 Key: CRYPTO-151
>                 URL: https://issues.apache.org/jira/browse/CRYPTO-151
>             Project: Commons Crypto
>          Issue Type: Improvement
>    Affects Versions: 1.1.0
>            Reporter: Arturo Bernal
>            Priority: Minor
>          Time Spent: 6.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to