se.public.getCollections('meatcube', function(err, data) {
                if(err) console.err(err);
                var obj = JSON.parse(data);
                if(obj.collections.length > 0)
                    console.log('Collections Test passed.');