werpu commented on code in PR #539:
URL: https://github.com/apache/myfaces/pull/539#discussion_r1120066684
##########
api/src/client/typescript/faces/test/frameworkBase/_ext/shared/StandardInits.ts:
##########
@@ -111,6 +111,38 @@ export module StandardInits {
</html>`;
+ /**
Review Comment:
This is test fixture code!
Tobago has delivered several tests, it is not directly executed as Tobago
code but provides basically the html structure their usecases were failing on
(this is unit test code after all which is executed without a jsf server behind
it). The client side unit tests basically run isolated from any jsf
implementation!
--
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]