Home
last modified time | relevance | path

Searched refs:expectedContents (Results 1 – 2 of 2) sorted by relevance

/trunk/main/shell/qa/zip/testimpl/
H A Dtestzipimpl.cxx28 vector<string> expectedContents; variable
33 expectedContents.push_back("mimetype"); in TestZipImpl()
34 expectedContents.push_back("Configurations2/statusbar/"); in TestZipImpl()
35 expectedContents.push_back("Configurations2/accelerator/current.xml"); in TestZipImpl()
36 expectedContents.push_back("Configurations2/floater/"); in TestZipImpl()
37 expectedContents.push_back("Configurations2/popupmenu/"); in TestZipImpl()
38 expectedContents.push_back("Configurations2/progressbar/"); in TestZipImpl()
39 expectedContents.push_back("Configurations2/toolpanel/"); in TestZipImpl()
40 expectedContents.push_back("Configurations2/menubar/"); in TestZipImpl()
41 expectedContents.push_back("Configurations2/toolbar/"); in TestZipImpl()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/frame/
H A DCheckFrames.java55 String[] expectedContents = { "PageBoundFrame", "ParaBoundFrame" }; in testLoadTextFrame() local
69 assertArrayEquals("Text frame contents", expectedContents, contents); in testLoadTextFrame()