33 var
SB_NS =
"http://songbirdnest.com/data/1.0#";
35 var databaseGUID =
"test_distinct";
38 var enumerator = library.getDistinctValuesForProperty(SB_NS +
"albumName");
43 "Hunting High and Low",
46 "On Our Big Fat Merry-Go-Round",
47 "Restless and Wild/Balls to the Wall"
51 while (enumerator.hasMore()) {
56 var list = library.getMediaItem(
"7e8dcc95-7a1d-4bb3-9b14-d4906a9952cb");
57 enumerator = list.getDistinctValuesForProperty(SB_NS +
"albumName");
60 "Hunting High and Low"
63 while (enumerator.hasMore()) {
function assertEqual(aExpected, aActual, aMessage)
function createLibrary(databaseGuid, databaseLocation)
_getSelectedPageStyle s i
function runTest()
Test file.