Skip to content

Commit

Permalink
feat(#404): add one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Aug 21, 2024
1 parent bd97992 commit 5d9295d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/test/java/it/AgentsIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@
* When the related issue is fixed, remove these elements.
* You can follow the progress of the issue
* <a href="https://github.com/objectionary/eo/issues/3343">here.</a>
* @todo #381:90min Add More Tests With Instructions That Have Params.
* Currently, we only have tests with instructions that do not have parameters.
* This is an extremely limited number of instructions.
* We need to add more tests with instructions that have parameters.
* @todo #404:90min Add More Tests.
* Currently, we have only the small number of test packs that checks instructions decompilation.
* We need to add more complicated tests that involve more agents.
*/
@SuppressWarnings("JTCOP.RuleCorrectTestName")
final class AgentsIT {
Expand Down

3 comments on commit 5d9295d

@0pdd
Copy link

@0pdd 0pdd commented on 5d9295d Aug 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 381-6b144880 disappeared from src/test/java/it/AgentsIT.java), that's why I closed #404. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link

@0pdd 0pdd commented on 5d9295d Aug 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 404-88505bdc discovered in src/test/java/it/AgentsIT.java) and submitted as #407. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link

@0pdd 0pdd commented on 5d9295d Aug 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 404-a600311d discovered in src/test/resources/agents/if.yaml) and submitted as #408. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.