Index: testuno/source/testcase/uno/sw/field/PageNumberField.java =================================================================== --- testuno/source/testcase/uno/sw/field/PageNumberField.java (revision 1377981) +++ testuno/source/testcase/uno/sw/field/PageNumberField.java (working copy) @@ -161,7 +161,7 @@ */ private int getPageNumber(XTextDocument document) { try { - Thread.sleep(1000); //sleep before get page number field, there is a bug:120625 + Thread.sleep(6000); //sleep before get page number field, there is a bug:120625 } catch (InterruptedException e) { e.printStackTrace(); } Index: testuno/source/testcase/uno/sw/field/SubjectField.java =================================================================== --- testuno/source/testcase/uno/sw/field/SubjectField.java (revision 1377981) +++ testuno/source/testcase/uno/sw/field/SubjectField.java (working copy) @@ -122,7 +122,7 @@ * @throws Throwable */ @Test - public void testPageCountFieldDOC() throws Throwable { + public void testSubjectFieldDOC() throws Throwable { docDocument = SWUtil.openDocument(Testspace.prepareData(docSample), app); String subjectStr = "Test Subject Field"; SWUtil.setDocumentProperty(docDocument, "Subject", subjectStr); Index: testuno/source/testcase/uno/sw/field/Test_Sample.doc =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: testuno/source/testcase/uno/sw/field/Test_Sample.odt =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream