Skip to content

Commit

Permalink
Made product, plan and run common for all JUnit files/Suites executed
Browse files Browse the repository at this point in the history
  • Loading branch information
apetkova authored and atodorov committed Apr 15, 2019
1 parent c305e79 commit 496d4d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/org/kiwitcms/java/junit/TestDataEmitter.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

public class TestDataEmitter {

private Integer productId;
private Integer planId;
private Integer runId;
private static Integer productId;
private static Integer planId;
private static Integer runId;

private KiwiJsonRpcClient client;
Config config;
Expand Down

0 comments on commit 496d4d8

Please sign in to comment.