vdaburon commented on code in PR #5761:
URL: https://github.com/apache/jmeter/pull/5761#discussion_r1071074693
##########
src/core/src/main/java/org/apache/jmeter/testelement/TestPlan.java:
##########
@@ -83,11 +86,23 @@ public void prepareForPreCompile()
/**
* Fetches the functional mode property
- *
+ * Could be change for no gui test with jmeter property :
PROP_FUNCTIONAL_MODE
* @return functional mode
*/
public boolean isFunctionalMode() {
- return getPropertyAsBoolean(FUNCTIONAL_MODE);
+ boolean bFunctionalModeDefault = getPropertyAsBoolean(FUNCTIONAL_MODE);
Review Comment:
Changed with proposal modification, change bFunctionalModeDefault to
functionalModeDefault
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]