This commit is contained in:
Rob Campbell 2011-10-21 15:18:23 -04:00
commit e585d4b277

View File

@ -89,9 +89,12 @@ function test() {
state.windows[0].tabs[i].extData["uniq"],
"sanity check that tab has correct extData");
}
else
else {
ok(!("extData" in curState.windows[0].tabs[i]),
"sanity check that tab doesn't have extData");
//XXXzpao output the tab state to help debug bug 679590
info("tabState: " + JSON.stringify(curState.windows[0].tabs[i]));
}
}
// Now we'll set a new unique value on 1 of the tabs