зеркало из https://github.com/mozilla/gecko-dev.git
Bug 860846 - part 1 - make TelemetryPing tests use registerPrefixHandler; r=taras
This commit is contained in:
Родитель
d3ec2057cd
Коммит
331d8d34de
|
@ -78,8 +78,8 @@ function addWrappedObserver(f, topic) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function registerPingHandler(handler) {
|
function registerPingHandler(handler) {
|
||||||
httpserver.registerPathHandler(TelemetryPing.submissionPath(),
|
httpserver.registerPrefixHandler("/submit/telemetry/",
|
||||||
wrapWithExceptionHandler(handler));
|
wrapWithExceptionHandler(handler));
|
||||||
}
|
}
|
||||||
|
|
||||||
function nonexistentServerObserver(aSubject, aTopic, aData) {
|
function nonexistentServerObserver(aSubject, aTopic, aData) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче