Skip to content

Commit 45449dd

Browse files
cewinterClaire Winter
andauthored
Extended csv data config plugin not being recognised as installed within jmeter-plugins. Marker class is com.di.jmeter.config.ExtendedCsvDataSet but class in https://github.com/rollno748/Extended-csv-dataset-config is ExtendedCsvDataSetConfig.java and I belive they should match. So updated componentedClasses and markerClass to com.di.jmeter.config.ExtendedCsvDataSetConfig (#733)
Co-authored-by: Claire Winter <[email protected]>
1 parent f44e202 commit 45449dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/dat/repo/various.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,12 +1542,12 @@
15421542
},
15431543
{
15441544
"componentClasses": [
1545-
"com.di.jmeter.config.ExtendedCsvDataSet"
1545+
"com.di.jmeter.config.ExtendedCsvDataSetConfig"
15461546
],
15471547
"description": "Jmeter plugin to effectively manage CSV dataset like other enterprise industry standard tools. <ul><li>Simply add a \"Config Element \" and Set the appropriate options</li><li><a href=\"https://rollno748.medium.com/extended-csv-dataset-config-for-jmeter-17b1d8bda6b8\">Usage Guide</a></li><li><a href=\"https://rollno748.github.io/\">Author Details</a></li></ul>",
15481548
"helpUrl": "https://github.com/rollno748/Extended-csv-dataset-config#readme",
15491549
"id": "extended-csv-dataset-config",
1550-
"markerClass": "com.di.jmeter.config.ExtendedCsvDataSet",
1550+
"markerClass": "com.di.jmeter.config.ExtendedCsvDataSetConfig",
15511551
"name": "Extended CSV dataset config",
15521552
"screenshotUrl": "https://raw.githubusercontent.com/rollno748/Extended-csv-dataset-config/master/images/ExtendedCsvDataSetConfig.png",
15531553
"vendor": "DigitalInsight-NCR",

0 commit comments

Comments
 (0)