Skip to content

Commit

Permalink
Include blazemeter prefix in sampler and config labels to follow blaz…
Browse files Browse the repository at this point in the history
…emeter plugins convention
  • Loading branch information
rabelenda-abstracta committed Aug 3, 2018
1 parent a2e33f8 commit c0aadeb
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
Binary file modified docs/config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/connect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/send-keys.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/test-plan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.blazemeter.jmeter</groupId>
<artifactId>jmeter-bzm-rte</artifactId>
<packaging>jar</packaging>
<version>1.0.1</version>
<version>1.0.2</version>
<name>RTEPlugin Sampler as JMeter plugin</name>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected RTEConfigGui(RTEConfigPanel panel) {

@Override
public String getStaticLabel() {
return "RTE Config";
return "bzm - RTE Config";
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ protected RTESamplerGui(RTESamplerPanel panel) {

@Override
public String getStaticLabel() {
return "RTE Sampler";
return "bzm - RTE Sampler";
}

@Override
Expand Down

0 comments on commit c0aadeb

Please sign in to comment.