Go to the source code of this file.
Functions | |
function | SONGBIRD_NS (property) |
function | EM_NS (property) |
function | ADDON_NS (id) |
function | dumpDS (prefix, ds) |
function | runTest () |
Variables | |
const | RDFURI_ADDON_ROOT |
AddonMetadata test file. More... | |
const | PREFIX_NS_EM = "http://www.mozilla.org/2004/em-rdf#" |
const | PREFIX_NS_SONGBIRD = "http://www.songbirdnest.com/2007/addon-metadata-rdf#" |
function ADDON_NS | ( | id | ) |
function dumpDS | ( | prefix, | |
ds | |||
) |
Debug helper that serializes a DS to the console
Definition at line 57 of file test_addonMetadata.js.
function EM_NS | ( | property | ) |
function runTest | ( | ) |
Minimal sanity check for the AddonMetadata Datasource. Assumes that coppery will be installed.
Definition at line 88 of file test_addonMetadata.js.
function SONGBIRD_NS | ( | property | ) |
Definition at line 40 of file test_addonMetadata.js.
const PREFIX_NS_EM = "http://www.mozilla.org/2004/em-rdf#" |
Definition at line 37 of file test_addonMetadata.js.
const PREFIX_NS_SONGBIRD = "http://www.songbirdnest.com/2007/addon-metadata-rdf#" |
Definition at line 38 of file test_addonMetadata.js.
const RDFURI_ADDON_ROOT |
AddonMetadata test file.
Definition at line 35 of file test_addonMetadata.js.