function xtestDownloadParse()
    {
        $raw = <<<EOT
n:1858
i:goog-malware-shavar
u:safebrowsing-cache.google.com/safebrowsing/rd/1
u:safebrowsing-cache.google.com/safebrowsing/rd/2
EOT;
        $result = GSB_Updater::parseDownloadResponse($raw);
        print_r($result);
    }