Skip to content

Commit

Permalink
Added flat icon and referred to shipped icon instead of top folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mikael-ostberg committed Aug 2, 2017
1 parent 0fb762c commit 4821668
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ Future Work/Feature Requests
- SSH Test-Steps
- Please put your suggestion as an issue

Credits
-------------------------------
Icons made by [Madebyoliver](https://www.flaticon.com/authors/madebyoliver) and is licensed by [Creative Commons BY 3.0](http://creativecommons.org/licenses/by/3.0/)

[1]: https://github.com/O5ten/flow-soapui-plugin/blob/master/repeat-test-step.jpg
[2]: https://github.com/O5ten/flow-soapui-plugin/blob/master/Unstable-Endpoint-SoapUI-project.xml
[3]: https://travis-ci.org/O5ten/flow-soapui-plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@PluginTestStep(typeName = "RepeatTestStep", name = "Repeat Test Step",
description = "Repeats the test from selected teststep",
iconPath = "repeat.jpg")
iconPath = "se/osten/flow/teststeps/repeat/repeat.png")
public class RepeatTestStep extends WsdlTestStepWithProperties {

private int maxAttempts;
Expand Down Expand Up @@ -67,7 +67,7 @@ private void updateConfig() {

@Override
public ImageIcon getIcon() {
return UISupport.createImageIcon("repeat.jpg");
return UISupport.createImageIcon("se/osten/flow/teststeps/repeat/repeat.png");
}

public TestStepResult run(TestCaseRunner testCaseRunner, TestCaseRunContext testCaseRunContext) {
Expand Down
Binary file removed src/main/resources/repeat.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4821668

Please sign in to comment.