Result Listener generated from `tap sdk new resultlistener` does not have a name
Environment:
Windows 10, 64-bit
OpenTAP 9.5.1
Steps to reproduce:
- Create a project
tap sdk new project MyPluginProject - Add a result listener
tap sdk new resultlistener MyResultListener - Build and install the plugin
- Verify Result Listener in Editor
Actual result:
Result listener has name N/A
Expected result:
Expecting a name by default for the result listener.
Should the tap sdk new commands generate the same components as adding items to a project in Visual Studio?
Other remarks:
Edited by Vivienne Spence
