Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSyntaxTextArea not compatible with headless testing #3896

Closed
asfimport opened this issue Mar 11, 2016 · 4 comments
Closed

RSyntaxTextArea not compatible with headless testing #3896

asfimport opened this issue Mar 11, 2016 · 4 comments

Comments

@asfimport
Copy link
Collaborator

Sebb (Bug 59165):

Severity: normal
OS: Mac OS X 10.1

Blocks:

@asfimport
Copy link
Collaborator Author

Sebb (migrated from Bugzilla):
See #3789.

It's not possible to instantiate RSyntaxtTextArea if the code is running Headless.

This is not the case for JTextArea, which can at least be instantiated, even if
it cannot be used.

@asfimport
Copy link
Collaborator Author

Sebb (migrated from Bugzilla):
URL: http://svn.apache.org/viewvc?rev=1734553&view=rev
Log:
RSyntaxtTextArea not compatible with headless testing
Add getInstance methods that handle headless mode
#3896

Modified:
jmeter/trunk/src/core/org/apache/jmeter/gui/util/JSyntaxTextArea.java
jmeter/trunk/src/core/org/apache/jmeter/gui/util/JTextScrollPane.java

@asfimport
Copy link
Collaborator Author

Sebb (migrated from Bugzilla):
URL: http://svn.apache.org/viewvc?rev=1734555&view=rev
Log:
RSyntaxtTextArea not compatible with headless testing
Replace calls to constructors with getInstance
#3896

Modified:
jmeter/trunk/src/components/org/apache/jmeter/assertions/gui/BeanShellAssertionGui.java
jmeter/trunk/src/components/org/apache/jmeter/assertions/gui/XPathPanel.java
jmeter/trunk/src/core/org/apache/jmeter/config/gui/RowDetailDialog.java
jmeter/trunk/src/core/org/apache/jmeter/gui/LoggerPanel.java
jmeter/trunk/src/core/org/apache/jmeter/testbeans/gui/TextAreaEditor.java
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.java
jmeter/trunk/src/protocol/java/org/apache/jmeter/protocol/java/control/gui/BeanShellSamplerGui.java
jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/control/gui/JMSPublisherGui.java
jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/control/gui/JMSSamplerGui.java
jmeter/trunk/src/protocol/tcp/org/apache/jmeter/protocol/tcp/config/gui/TCPConfigGui.java

@asfimport
Copy link
Collaborator Author

Sebb (migrated from Bugzilla):
URL: http://svn.apache.org/viewvc?rev=1734557&view=rev
Log:
RSyntaxTextArea not compatible with headless testing
#3896

Modified:
jmeter/trunk/xdocs/changes.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant