Home
last modified time | relevance | path

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

/aoo41x/main/shell/qa/zip/testimpl/
H A Dtestzipimpl.cxx30 vector<string> expectedContents; variable
35 expectedContents.push_back("mimetype"); in TestZipImpl()
38 expectedContents.push_back("Configurations2/floater/"); in TestZipImpl()
45 expectedContents.push_back("content.xml"); in TestZipImpl()
46 expectedContents.push_back("manifest.rdf"); in TestZipImpl()
47 expectedContents.push_back("styles.xml"); in TestZipImpl()
48 expectedContents.push_back("meta.xml"); in TestZipImpl()
50 expectedContents.push_back("settings.xml"); in TestZipImpl()
51 expectedContents.push_back("META-INF/manifest.xml"); in TestZipImpl()
52 sort(expectedContents.begin(), expectedContents.end()); in TestZipImpl()
[all …]
/aoo41x/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 9 milliseconds