~autra/webapps-applications/deezer

« back to all changes in this revision

Viewing changes to tests/Tumblr.js

  • Committer: autra
  • Date: 2013-04-11 12:34:24 UTC
  • mfrom: (406.1.108 trunk)
  • Revision ID: autra@autra-optiplex-380-20130411123424-3b0xa9ppaytxx3hr
sync from parent

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    },
26
26
 
27
27
    validateCallLog: function (log) {
28
 
        var pass = false;
 
28
        var pass = false;
29
29
        assertEquals('Unity.init', log[0].func, 'Unity.init');
30
30
        assertEquals('Tumblr', log[0].args[0].name, 'Tumblr');
31
31
 
43
43
    },
44
44
 
45
45
    scriptName: 'Tumblr/Tumblr.user.js'
46
 
};
 
46
};
 
 
b'\\ No newline at end of file'