- From: <bugzilla@jessica.w3.org>
- Date: Mon, 21 Nov 2011 20:25:59 +0000
- To: public-test-infra@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14898
Summary: Unable to upload manifests for generated tests
Product: Testing
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: blocker
Priority: P2
Component: Test Framework
AssignedTo: mike@w3.org
ReportedBy: ishida@w3.org
QAContact: dave.null@w3.org
CC: public-test-infra@w3.org
the framework turns
http://www.w3.org/International/tests/html-css/generate?format=h5&test=character-encoding-014
into
http://www.w3.org/International/tests/html-css/generate?format=h5&test=/./character-encoding-014.html
when trying to load the test file.
I tried making each id look like
generate?format=h5&test=character-encoding-014& and reducing the base URL to
the directory name in order to fool it into working, but that just didn't
produce any results at all.
I need the framework to accept a base URI and id and put them together without
adding the /./ and .html
You can see examples that have been hand coded into the database by Mike at
http://w3c-test.org/framework/review/i18n-html5/
If the UI contained a checkbox that told the framework not to add /./ and .html
to the id before referencing the test, I think that would solve the problem.
I'd have thought that that would be pretty easy to do, wouldn't it?
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Monday, 21 November 2011 20:26:06 UTC