dojo / util

Dojo 1 - build utilities. Please submit bugs to https://bugs.dojotoolkit.org/
https://dojotoolkit.org/
Other
60 stars 105 forks source link

html runner now supports specifing .html tests in url #35

Closed adros closed 8 years ago

adros commented 8 years ago

This PR modifies doh html runner, so it supports opening tests written as .html, e.g.:

util/doh/runner.html?test=dijit/tests/Menu.html,dojox/lang/tests/array,dijit/tests/Destroyable.html

wkeese commented 8 years ago

Looks reasonable to me.

adros commented 8 years ago

I have fixed the variable declaration.

(no idea why my commit was marked with CLA: Error (Autor has not signed CLA), because it was commited with same account as the first one and I have signed CLA years ago)

agubler commented 8 years ago

Hi @adros, since becoming the JS Foundation I think everyone needs to resign the CLA.

dylans commented 8 years ago

Thanks @adros , this has landed in master (2dd35b5) and will be in the 1.12 release in a few week.