Skip to content

Commit 54f4aee

Browse files
Shuwen QianDan Lasky
authored andcommitted
Change XML test to document
1 parent 09b3ec3 commit 54f4aee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/lib_request.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
xhr.restore();
162162
});
163163

164-
it("should support xml response type", function(done) {
164+
it("should support document response type", function(done) {
165165
var xhr = sinon.useFakeXMLHttpRequest();
166166
var request;
167167

@@ -172,7 +172,7 @@
172172
var r = new StrandLib.Request({
173173
url:"/",
174174
method:StrandLib.Request.GET,
175-
responseType:"xml"
175+
responseType:"document"
176176
});
177177
r.promise.then(function(out) {
178178

0 commit comments

Comments
 (0)