diff options
author | James Lal <james@lightsofapollo.com> | 2013-05-02 14:02:07 -0700 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2013-05-02 14:02:07 -0700 |
commit | c81e925aa6dada192db75dccd4287ab1e9e09ab2 (patch) | |
tree | 5e7e4ee8dcc3cb01d48b4b88ab14039bc50cf034 /test/caldav/xhr_test.js | |
parent | 9b6e2c616154f2c20fe6272dca083868c02f98f4 (diff) | |
parent | 8857b80ae0dd7be54d0d731000c9f8edb0434336 (diff) | |
download | jsCalDAV-c81e925aa6dada192db75dccd4287ab1e9e09ab2.tar.gz |
Merge pull request #14 from lightsofapollo/oauth
Bug 867747 - Google OAuth implementation
Diffstat (limited to 'test/caldav/xhr_test.js')
-rw-r--r-- | test/caldav/xhr_test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/caldav/xhr_test.js b/test/caldav/xhr_test.js index a3e6b66..6e93337 100644 --- a/test/caldav/xhr_test.js +++ b/test/caldav/xhr_test.js @@ -1,7 +1,7 @@ testSupport.lib('xhr'); testSupport.helper('fake_xhr'); -suite('webacls/xhr', function() { +suite('xhr', function() { var subject, Xhr, FakeXhr; |