- From: <bugzilla@jessica.w3.org>
- Date: Wed, 30 May 2012 08:20:24 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17227 --- Comment #3 from Michael Kay <mike@saxonica.com> 2012-05-30 08:20:24 UTC --- I think I might wriggle my way out of this one by doing the same as with other context dependencies: have an API in the product that supplies an environmentVariableResolver, with a default implementation that calls System.getenv(), and a different implementation used in the test driver that simply recognizes magic variables like QTTEST and returns 42. It means the test is testing my test driver rather than my product, but it's probably the simplest way to handle it. -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Wednesday, 30 May 2012 08:20:27 UTC