You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by Attila Nagy <na...@gmail.com> on 2009/02/25 16:14:09 UTC

bug in compliance test?

Hi!

What to do if I think I've found a bug in the compliance test? I've
been running the 0.8 compliance test against php shindig, and I've
found that there is a typo in the appdata test suite
(http://code.google.com/p/opensocial-resources/source/browse/tests/trunk/suites/0.8/appdata/appdatasuite.js)

Proposed change is this:

--- appdatasuite.js.orig        2009-02-25 16:07:36.000000000 +0100
+++ appdatasuite.js     2009-02-25 16:07:52.000000000 +0100
@@ -744,8 +744,8 @@
           req.add(req.newFetchPersonAppDataRequest(opensocial.newIdSpec(
               { userId : 'OWNER' }), 'AppData304'), 'owner_data');
           req.add(req.newFetchPeopleRequest(opensocial.newIdSpec(
-              {userId : 'OWNER', groupId : 'FRIENDS', networkDistance : 1}),
-              'ownerFriends'));
+              {userId : 'OWNER', groupId : 'FRIENDS', networkDistance : 1})),
+              'ownerFriends');
           req.send(Helper.createValidationCallback(this, callback, context,
               result));
         } else {

-- 
Nagy Attila Gabor