mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
rename parameter to use driver over type
This commit is contained in:
@@ -26,7 +26,7 @@ public class DiagActivityTypeTest {
|
||||
public void testDiagActivity() {
|
||||
DiagActivityType da = new DiagActivityType();
|
||||
da.getName();
|
||||
ActivityDef ad = ActivityDef.parseActivityDef("type=diag;");
|
||||
ActivityDef ad = ActivityDef.parseActivityDef("driver=diag;");
|
||||
DiagActivity a = da.getActivity(ad);
|
||||
a.initActivity();
|
||||
|
||||
@@ -35,4 +35,4 @@ public class DiagActivityTypeTest {
|
||||
((SyncAction)action).runCycle(1L);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user