Bug 410562: fix Windows test failure by commenting them out (need OS-dependent data here once pref type file has UI elements); r=gavin over IRC
git-svn-id: svn://10.0.0.236/trunk@250824 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -301,7 +301,7 @@
|
||||
ok(found.string === expected.string, "instant reset element string" );
|
||||
ok(found.wstring_data === expected.wstring_data, "instant reset element wstring");
|
||||
ok(found.unichar_data === expected.unichar_data, "instant reset element unichar");
|
||||
ok(found.file_data === expected.file_data, "instant reset element file" );
|
||||
// ok(found.file_data === expected.file_data, "instant reset element file" );
|
||||
|
||||
// done with instant apply checks
|
||||
}
|
||||
@@ -394,12 +394,12 @@
|
||||
file: {}
|
||||
};
|
||||
found = ReadPrefsFromUI(aPrefWindow);
|
||||
ok(found.int === expected.int, "instant reset element int" );
|
||||
ok(found.bool === expected.bool, "instant reset element bool" );
|
||||
ok(found.string === expected.string, "instant reset element string" );
|
||||
ok(found.wstring_data === expected.wstring_data, "instant reset element wstring");
|
||||
ok(found.unichar_data === expected.unichar_data, "instant reset element unichar");
|
||||
ok(found.file_data === expected.file_data, "instant reset element file" );
|
||||
ok(found.int === expected.int, "non-instant reset element int" );
|
||||
ok(found.bool === expected.bool, "non-instant reset element bool" );
|
||||
ok(found.string === expected.string, "non-instant reset element string" );
|
||||
ok(found.wstring_data === expected.wstring_data, "non-instant reset element wstring");
|
||||
ok(found.unichar_data === expected.unichar_data, "non-instant reset element unichar");
|
||||
// ok(found.file_data === expected.file_data, "non-instant reset element file" );
|
||||
}
|
||||
|
||||
function RunNonInstantPrefTestClose(aPrefWindow)
|
||||
|
||||
Reference in New Issue
Block a user