Skip to content

Commit

Permalink
Renaming file as to better express its purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Jan 30, 2013
1 parent 3665c4a commit fb17f70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ test('not existing with json = true', function () {
asyncTest('malformed cookie value in IE (#88, #117)', function() {
expect(1);
// Sandbox in an iframe so that we can poke around with document.cookie.
var iframe = $('<iframe src="sandbox.html"></iframe>')[0];
var iframe = $('<iframe src="malformed_cookie.html"></iframe>')[0];
$(iframe).on('load', function() {
start();
if (iframe.contentWindow.ok) {
Expand Down

0 comments on commit fb17f70

Please sign in to comment.