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()
36 expectedContents.push_back("Configurations2/floater/"); in TestZipImpl()
43 expectedContents.push_back("content.xml"); in TestZipImpl()
44 expectedContents.push_back("manifest.rdf"); in TestZipImpl()
45 expectedContents.push_back("styles.xml"); in TestZipImpl()
46 expectedContents.push_back("meta.xml"); in TestZipImpl()
48 expectedContents.push_back("settings.xml"); in TestZipImpl()
49 expectedContents.push_back("META-INF/manifest.xml"); in TestZipImpl()
50 sort(expectedContents.begin(), expectedContents.end()); 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()

Completed in 56 milliseconds