History log of /trunk/main/test/ (Results 1 - 25 of 125)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
19ee18fd19-Jun-2024 Damjan Jovanovic

Port the main/test module to gbuild and Ant. Also make it use Google Test instead of cppunit,
and delete the unoexceptionprotector library which was cppunit-specific and completely unused.

Port the main/test module to gbuild and Ant. Also make it use Google Test instead of cppunit,
and delete the unoexceptionprotector library which was cppunit-specific and completely unused.

Patch by: me

show more ...

Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413
be9e621a18-Jan-2017 damjan

Resurrect main/test, which was deleted by liuzhe in r1378870, probably
by accident, and which we need for test.jar and test-tools.jar for
subsequent tests.

I am only bringing back th

Resurrect main/test, which was deleted by liuzhe in r1378870, probably
by accident, and which we need for test.jar and test-tools.jar for
subsequent tests.

I am only bringing back the prj, inc and source subdirectories, as the
others are unnecessary.

Patch by: me


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779287 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta, AOO401, AOO400, AOO340
e6e6073d31-Aug-2012 Liu Zhe

Move test to trunk/. See the discussion: http://markmail.org/thread/agaeqo6m4d744urz

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1379248 13f79535-47bb-0310-9956-ffa450ed

Move test to trunk/. See the discussion: http://markmail.org/thread/agaeqo6m4d744urz

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1379248 13f79535-47bb-0310-9956-ffa450edef68

show more ...


build.example.properties
build.xml
prj/build.lst
prj/d.lst
reportstyle/junit-frames.xsl
reportstyle/junit-noframes.xsl
testassistant.feature/.project
testassistant.feature/build.properties
testassistant.feature/feature.xml
testassistant/.classpath
testassistant/.project
testassistant/META-INF/MANIFEST.MF
testassistant/build.properties
testassistant/contexts.xml
testassistant/icons/sample.gif
testassistant/lib/testcommon.jar
testassistant/plugin.xml
testassistant/src/org/openoffice/test/assistant/Activator.java
testassistant/src/org/openoffice/test/assistant/preferences/PreferenceConstants.java
testassistant/src/org/openoffice/test/assistant/preferences/PreferenceInitializer.java
testassistant/src/org/openoffice/test/assistant/preferences/PreferencePage.java
testassistant/src/org/openoffice/test/assistant/views/ControlInfo.java
testassistant/src/org/openoffice/test/assistant/views/UIMapOp.java
testassistant/src/org/openoffice/test/assistant/views/VclExplorer.java
testassistant/src/org/openoffice/test/assistant/views/VclExplorerContentProvider.java
testassistant/src/org/openoffice/test/assistant/views/VclExplorerLabelProvider.java
testcommon/.classpath
testcommon/.project
testcommon/readme.txt
testcommon/source/org/openoffice/test/OpenOffice.java
testcommon/source/org/openoffice/test/common/Condition.java
testcommon/source/org/openoffice/test/common/FileUtil.java
testcommon/source/org/openoffice/test/common/GraphicsUtil.java
testcommon/source/org/openoffice/test/common/Logger.java
testcommon/source/org/openoffice/test/common/StreamPump.java
testcommon/source/org/openoffice/test/common/SystemUtil.java
testcommon/source/org/openoffice/test/common/Testspace.java
testcommon/source/org/openoffice/test/vcl/IDList.java
testcommon/source/org/openoffice/test/vcl/Tester.java
testcommon/source/org/openoffice/test/vcl/client/CommandCaller.java
testcommon/source/org/openoffice/test/vcl/client/CommunicationException.java
testcommon/source/org/openoffice/test/vcl/client/CommunicationListener.java
testcommon/source/org/openoffice/test/vcl/client/CommunicationManager.java
testcommon/source/org/openoffice/test/vcl/client/Constant.java
testcommon/source/org/openoffice/test/vcl/client/Handshaker.java
testcommon/source/org/openoffice/test/vcl/client/SmartId.java
testcommon/source/org/openoffice/test/vcl/client/VclHookException.java
testcommon/source/org/openoffice/test/vcl/client/WinInfoReceiver.java
testcommon/source/org/openoffice/test/vcl/widgets/VclApp.java
testcommon/source/org/openoffice/test/vcl/widgets/VclButton.java
testcommon/source/org/openoffice/test/vcl/widgets/VclComboBox.java
testcommon/source/org/openoffice/test/vcl/widgets/VclControl.java
testcommon/source/org/openoffice/test/vcl/widgets/VclDialog.java
testcommon/source/org/openoffice/test/vcl/widgets/VclDockingWin.java
testcommon/source/org/openoffice/test/vcl/widgets/VclEditBox.java
testcommon/source/org/openoffice/test/vcl/widgets/VclField.java
testcommon/source/org/openoffice/test/vcl/widgets/VclListBox.java
testcommon/source/org/openoffice/test/vcl/widgets/VclMenu.java
testcommon/source/org/openoffice/test/vcl/widgets/VclMenuItem.java
testcommon/source/org/openoffice/test/vcl/widgets/VclMessageBox.java
testcommon/source/org/openoffice/test/vcl/widgets/VclStatusBar.java
testcommon/source/org/openoffice/test/vcl/widgets/VclTabControl.java
testcommon/source/org/openoffice/test/vcl/widgets/VclTabPage.java
testcommon/source/org/openoffice/test/vcl/widgets/VclToolBox.java
testcommon/source/org/openoffice/test/vcl/widgets/VclTreeListBox.java
testcommon/source/org/openoffice/test/vcl/widgets/VclWidget.java
testcommon/source/org/openoffice/test/vcl/widgets/VclWindow.java
testgui/.classpath
testgui/.project
testgui/.settings/org.eclipse.jdt.core.prefs
testgui/.settings/org.eclipse.jdt.launching.prefs
testgui/data/TestExtension.oxt
testgui/data/export_pdf.odt
testgui/data/find.odt
testgui/data/pure_green_64x64.bmp
testgui/data/pure_green_64x64.png
testgui/data/pure_red_64x64.bmp
testgui/data/pure_red_64x64.png
testgui/data/pvt_benchmark/output_start.ods
testgui/data/pvt_benchmark/perfmon/counterlist.txt
testgui/data/pvt_benchmark/perfmon/createCounters.bat
testgui/data/pvt_benchmark/perfmon/stopCounters.bat
testgui/data/pvt_benchmark/sc_complex_13sh_4kcell.xls
testgui/data/pvt_benchmark/sc_complex_13sh_4kcell_new_odf1.2.ods
testgui/data/pvt_benchmark/sc_plain_4sh_5kcell.xls
testgui/data/pvt_benchmark/sc_plain_4sh_5kcell_new_odf1.2.ods
testgui/data/pvt_benchmark/sd_complex_51p.ppt
testgui/data/pvt_benchmark/sd_complex_51p_odf1.2.odp
testgui/data/pvt_benchmark/sd_plain_50p.ppt
testgui/data/pvt_benchmark/sd_plain_50p_odf1.2.odp
testgui/data/pvt_benchmark/sw_complex_100p.doc
testgui/data/pvt_benchmark/sw_complex_100p_odf1.2.odt
testgui/data/pvt_benchmark/sw_plain_120p.doc
testgui/data/pvt_benchmark/sw_plain_120p_odf1.2.odt
testgui/data/sc/FFC252FFCSC_XML_Datarange0205.xls
testgui/data/sc/FFC252FFCSC_XML_Datarange0235.xls
testgui/data/sc/SortOptionsIncludeFormats.ods
testgui/data/sc/SubtotalsSampleFile.ods
testgui/data/sc/sample_topN3.ods
testgui/data/sc/sampledata.ods
testgui/data/sd/AOO3.4HeaderFooter.odp
testgui/data/sd/gfdd.ppt
testgui/data/slideshow.odp
testgui/data/smoketestdoc.sxw
testgui/data/sort.ods
testgui/data/source_data01.ods
testgui/data/svt/ScenarioDesign.odt
testgui/data/svt/Sunset.jpg
testgui/data/svt/complex.ods
testgui/data/svt/complex.odt
testgui/data/svt/sd_plain_50p.odp
testgui/data/text.txt
testgui/ids/obsolete_hid
testgui/readme.txt
testgui/source/testcase/gui/AOOTest.java
testgui/source/testcase/gui/TestSample.java
testgui/source/testcase/gui/bvt/BasicFunctionTest.java
testgui/source/testcase/gui/bvt/FileTypeTest.java
testgui/source/testcase/gui/bvt/SmokeTest.java
testgui/source/testcase/gui/formula/catalog/AddDeleteSymbolsFromCatalog.java
testgui/source/testcase/gui/formula/catalog/InputCharacterFromCatalogDlg.java
testgui/source/testcase/gui/formula/importexport/CreateFormulaInDifferentWays.java
testgui/source/testcase/gui/performance/benchmark/Filter.java
testgui/source/testcase/gui/performance/benchmark/GenerateReports.java
testgui/source/testcase/gui/sc/cell/InserCells.java
testgui/source/testcase/gui/sc/chart/ChartDialogSetting.java
testgui/source/testcase/gui/sc/datapilot/DataPivotTable.java
testgui/source/testcase/gui/sc/filter/Fitler.java
testgui/source/testcase/gui/sc/rowcolumn/InsertRowAndColumn.java
testgui/source/testcase/gui/sc/sheet/InsertSheet.java
testgui/source/testcase/gui/sc/sort/SortDialogSetting.java
testgui/source/testcase/gui/sc/subtotals/SubtotalsFunctions.java
testgui/source/testcase/gui/sc/validity/ValidityDateSupport1024Columns.java
testgui/source/testcase/gui/sc/validity/ValidityDialogDefaultValue.java
testgui/source/testcase/gui/sc/validity/ValidityDialogSetting.java
testgui/source/testcase/gui/sc/validity/ValiditySampleFile.java
testgui/source/testcase/gui/sd/headerandfooter/HeaderAndFooterSetting.java
testgui/source/testcase/gui/sd/headerandfooter/OpenDocumentWithHeaderFooter.java
testgui/source/testcase/gui/sd/table/ChangeTableBackgroundProperty.java
testgui/source/testcase/gui/sd/table/ChangeTableBorderProperty.java
testgui/source/testcase/gui/sd/table/ChangeTableFontEffectsProperty.java
testgui/source/testcase/gui/svt/LongRun.java
testgui/source/testcase/gui/svt/sc/OperationOnNewSC.java
testgui/source/testcase/gui/svt/sc/OperationOnSampleFile.java
testgui/source/testcase/gui/svt/sd/OperationOnNewSD.java
testgui/source/testcase/gui/svt/sw/OperationOnNewSW.java
testgui/source/testcase/gui/svt/sw/OperationOnSample1.java
testgui/source/testcase/gui/svt/sw/OperationOnSample2.java
testgui/source/testcase/gui/sw/table/Table.java
testgui/source/testlib/gui/AppUtil.java
testgui/source/testlib/gui/CalcUtil.java
testgui/source/testlib/gui/ImpressUtil.java
testgui/source/testlib/gui/UIMap.java
testgui/source/testsuite/gui/TestSampleAsMS2003.java
testgui/source/testsuite/gui/TestSampleAsOriginal.java
testuno/.classpath_linux
testuno/.classpath_win
testuno/.externalToolBuilders/Classpath Builder.launch
testuno/.project
testuno/builder.xml
testuno/source/org/openoffice/test/uno/UnoApp.java
testuno/source/testcase/mix/MixedTest.java
testuno/source/testcase/uno/db/DBAccess.java
testuno/source/testcase/uno/sc/cell/CellAlignment.java
testuno/source/testcase/uno/sc/cell/CellColor.java
testuno/source/testcase/uno/sc/cell/CellFontSize.java
testuno/source/testcase/uno/sc/formula/AddtionOperatorInFormula.java
testuno/source/testcase/uno/sc/rowcolumn/CellMerge.java
testuno/source/testcase/uno/sc/rowcolumn/InsertDeleteRowAndColumn.java
testuno/source/testcase/uno/sc/sheet/SheetBasicTest.java
testuno/source/testcase/uno/sd/CheckBuildInBullet.java
testuno/source/testcase/uno/sd/CheckBulletStyle.java
testuno/source/testcase/uno/sd/CheckCharacterStyle.java
testuno/source/testcase/uno/sd/CustomShow.java
testuno/source/testcase/uno/sd/ParagraphStyle.java
testuno/source/testcase/uno/sd/ParagraphTextProperty.java
testuno/source/testcase/uno/sd/ShapeProperties.java
testuno/source/testcase/uno/sd/SlideShow.java
testuno/source/testcase/uno/sw/CheckCrossReferences.odt
testuno/source/testcase/uno/sw/CheckFlies.odt
testuno/source/testcase/uno/sw/DocumentTest.java
testuno/source/testcase/uno/sw/DocumentTest.odt
testuno/source/testcase/uno/sw/DocumentTest.ott
testuno/source/testcase/uno/sw/bookmark/CheckBookmarks.java
testuno/source/testcase/uno/sw/breaks/CheckBreaks.java
testuno/source/testcase/uno/sw/crossreference/CheckCrossReferences.java
testuno/source/testcase/uno/sw/field/CheckDateTimeField.java
testuno/source/testcase/uno/sw/field/PageCountField.doc
testuno/source/testcase/uno/sw/field/PageCountField.java
testuno/source/testcase/uno/sw/field/PageCountField.odt
testuno/source/testcase/uno/sw/field/PageNumberField.java
testuno/source/testcase/uno/sw/field/PageNumberFieldTest.doc
testuno/source/testcase/uno/sw/field/PageNumberFieldTest.odt
testuno/source/testcase/uno/sw/field/SubjectField.java
testuno/source/testcase/uno/sw/field/SubjectField.odt
testuno/source/testcase/uno/sw/field/Test_Sample.doc
testuno/source/testcase/uno/sw/field/Test_Sample.odt
testuno/source/testcase/uno/sw/frame/CheckFrames.java
testuno/source/testcase/uno/sw/paragraph/Desert.jpg
testuno/source/testcase/uno/sw/paragraph/ParagraphAlignment.java
testuno/source/testcase/uno/sw/paragraph/ParagraphBackColor.java
testuno/source/testcase/uno/sw/paragraph/ParagraphBackGraphic.java
testuno/source/testcase/uno/sw/paragraph/ParagraphBorder.java
testuno/source/testcase/uno/sw/paragraph/ParagraphDropcap.java
testuno/source/testcase/uno/sw/paragraph/ParagraphIndentAndSpacing.java
testuno/source/testcase/uno/sw/paragraph/ParagraphLineSpacing.java
testuno/source/testcase/uno/sw/paragraph/ParagraphShadow.java
testuno/source/testcase/uno/sw/paragraph/ParagraphSpacingtoBorder.java
testuno/source/testcase/uno/sw/puretext/CharacterBackColor.java
testuno/source/testcase/uno/sw/puretext/CharacterBlink.java
testuno/source/testcase/uno/sw/puretext/CharacterChangeCase.java
testuno/source/testcase/uno/sw/puretext/CharacterColor.java
testuno/source/testcase/uno/sw/puretext/CharacterEmphasis.java
testuno/source/testcase/uno/sw/puretext/CharacterFontname.java
testuno/source/testcase/uno/sw/puretext/CharacterHidden.java
testuno/source/testcase/uno/sw/puretext/CharacterHyperlink.java
testuno/source/testcase/uno/sw/puretext/CharacterLocale.java
testuno/source/testcase/uno/sw/puretext/CharacterOutline.java
testuno/source/testcase/uno/sw/puretext/CharacterPosition.java
testuno/source/testcase/uno/sw/puretext/CharacterRelief.java
testuno/source/testcase/uno/sw/puretext/CharacterRotationAndScaleWidth.java
testuno/source/testcase/uno/sw/puretext/CharacterShadow.java
testuno/source/testcase/uno/sw/puretext/CharacterSize.java
testuno/source/testcase/uno/sw/puretext/CharacterSpacing.java
testuno/source/testcase/uno/sw/puretext/CharacterStrikeThrough.java
testuno/source/testcase/uno/sw/puretext/CharacterStyle.java
testuno/source/testcase/uno/sw/puretext/CharacterUnderline.java
testuno/source/testcase/uno/sw/puretext/Desert.jpg
testuno/source/testcase/uno/sw/puretext/InsertCharacterToTable.java
testuno/source/testcase/uno/sw/table/Desert.jpg
testuno/source/testcase/uno/sw/table/testTable.java
testuno/source/testlib/uno/CellInfo.java
testuno/source/testlib/uno/DBUtil.java
testuno/source/testlib/uno/HsqlColumnDescriptor.java
testuno/source/testlib/uno/PageUtil.java
testuno/source/testlib/uno/SCUtil.java
testuno/source/testlib/uno/SDUtil.java
testuno/source/testlib/uno/SWUtil.java
testuno/source/testlib/uno/ShapeUtil.java
testuno/source/testlib/uno/TestUtil.java
959d774930-Aug-2012 Herbert Dürr

fix build breaker by re-adding the test/prj/* files as dummies

build.pl and other modules depend on these


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@13790

fix build breaker by re-adding the test/prj/* files as dummies

build.pl and other modules depend on these


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1379003 13f79535-47bb-0310-9956-ffa450edef68

show more ...

22a14f2830-Aug-2012 Liu Zhe

Updates for Enabling Daily Testing

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1378870 13f79535-47bb-0310-9956-ffa450edef68


build.example.properties
build.xml
inc/makefile.mk
inc/pch/precompiled_test.cxx
inc/pch/precompiled_test.hxx
inc/test/detail/testdllapi.hxx
inc/test/gettestargument.hxx
inc/test/officeconnection.hxx
inc/test/oustringostreaminserter.hxx
inc/test/toabsolutefileurl.hxx
inc/test/uniquepipename.hxx
prj/build.lst
prj/d.lst
source/cpp/getargument.cxx
source/cpp/getargument.hxx
source/cpp/gettestargument.cxx
source/cpp/makefile.mk
source/cpp/officeconnection.cxx
source/cpp/toabsolutefileurl.cxx
source/cpp/uniquepipename.cxx
source/cpp/unoexceptionprotector/makefile.mk
source/cpp/unoexceptionprotector/unoexceptionprotector.cxx
source/java/org/openoffice/test/Argument.java
source/java/org/openoffice/test/FileHelper.java
source/java/org/openoffice/test/OfficeConnection.java
source/java/org/openoffice/test/OfficeFileUrl.java
source/java/org/openoffice/test/TestArgument.java
source/java/org/openoffice/test/makefile.mk
source/java/org/openoffice/test/tools/DocumentType.java
source/java/org/openoffice/test/tools/OfficeDocument.java
source/java/org/openoffice/test/tools/OfficeDocumentView.java
source/java/org/openoffice/test/tools/SpreadsheetDocument.java
source/java/org/openoffice/test/tools/SpreadsheetView.java
source/java/org/openoffice/test/tools/makefile.mk
testcommon/.classpath
testcommon/source/org/openoffice/test/common/Logger.java
testcommon/source/org/openoffice/test/common/Testspace.java
testgui/source/testcase/gui/AOOTest.java
testgui/source/testcase/gui/TestSample.java
testgui/source/testcase/gui/bvt/BasicFunctionTest.java
testgui/source/testcase/gui/bvt/FileTypeTest.java
testgui/source/testcase/gui/bvt/SmokeTest.java
testgui/source/testcase/gui/formula/catalog/AddDeleteSymbolsFromCatalog.java
testgui/source/testcase/gui/formula/catalog/InputCharacterFromCatalogDlg.java
testgui/source/testcase/gui/formula/importexport/CreateFormulaInDifferentWays.java
testgui/source/testcase/gui/performance/benchmark/Filter.java
testgui/source/testcase/gui/performance/benchmark/GenerateReports.java
testgui/source/testcase/gui/sc/cell/InserCells.java
testgui/source/testcase/gui/sc/chart/ChartDialogSetting.java
testgui/source/testcase/gui/sc/datapilot/DataPivotTable.java
testgui/source/testcase/gui/sc/filter/Fitler.java
testgui/source/testcase/gui/sc/rowcolumn/InsertRowAndColumn.java
testgui/source/testcase/gui/sc/sheet/InsertSheet.java
testgui/source/testcase/gui/sc/sort/SortDialogSetting.java
testgui/source/testcase/gui/sc/subtotals/SubtotalsFunctions.java
testgui/source/testcase/gui/sc/validity/ValidityDateSupport1024Columns.java
testgui/source/testcase/gui/sc/validity/ValidityDialogDefaultValue.java
testgui/source/testcase/gui/sc/validity/ValidityDialogSetting.java
testgui/source/testcase/gui/sc/validity/ValiditySampleFile.java
testgui/source/testcase/gui/sd/headerandfooter/HeaderAndFooterSetting.java
testgui/source/testcase/gui/sd/headerandfooter/OpenDocumentWithHeaderFooter.java
testgui/source/testcase/gui/sd/table/ChangeTableBackgroundProperty.java
testgui/source/testcase/gui/sd/table/ChangeTableBorderProperty.java
testgui/source/testcase/gui/sd/table/ChangeTableFontEffectsProperty.java
testgui/source/testcase/gui/svt/LongRun.java
testgui/source/testcase/gui/svt/sc/OperationOnNewSC.java
testgui/source/testcase/gui/svt/sc/OperationOnSampleFile.java
testgui/source/testcase/gui/svt/sd/OperationOnNewSD.java
testgui/source/testcase/gui/svt/sw/OperationOnNewSW.java
testgui/source/testcase/gui/svt/sw/OperationOnSample1.java
testgui/source/testcase/gui/svt/sw/OperationOnSample2.java
testgui/source/testcase/gui/sw/table/Table.java
testgui/source/testlib/gui/AppUtil.java
testgui/source/testlib/gui/CalcUtil.java
testgui/source/testlib/gui/ImpressUtil.java
testgui/source/testlib/gui/Log.java
testgui/source/testlib/gui/UIMap.java
testgui/source/testsuite/gui/TestSampleAsMS2003.java
testgui/source/testsuite/gui/TestSampleAsOriginal.java
de586edd29-Aug-2012 Liu Zhe

some updates for bvt

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1378506 13f79535-47bb-0310-9956-ffa450edef68

09c344ee29-Aug-2012 Liu Zhe

some updates for bvt

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1378500 13f79535-47bb-0310-9956-ffa450edef68

17e773b828-Aug-2012 Liu Zhe

Fix typo!

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1378003 13f79535-47bb-0310-9956-ffa450edef68

016f610528-Aug-2012 Liu Zhe

Fix typo!

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1378002 13f79535-47bb-0310-9956-ffa450edef68

494ce84f28-Aug-2012 Liu Zhe

#120732 - [VCLAuto patch] Fixed problems: Screenshot is not valid. Some scripts are not stable. Add load/new documents interface.
Patch by: Li Lin Yi <lilinyi921734@gmail.com>
Review by: Liu

#120732 - [VCLAuto patch] Fixed problems: Screenshot is not valid. Some scripts are not stable. Add load/new documents interface.
Patch by: Li Lin Yi <lilinyi921734@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1377990 13f79535-47bb-0310-9956-ffa450edef68

show more ...

9d27819528-Aug-2012 Liu Zhe

#120732 - [VCLAuto patch] Fixed problems: Screenshot is not valid. Some scripts are not stable. Add load/new documents interface.
Patch by: Li Lin Yi <lilinyi921734@gmail.com>
Review by: Liu

#120732 - [VCLAuto patch] Fixed problems: Screenshot is not valid. Some scripts are not stable. Add load/new documents interface.
Patch by: Li Lin Yi <lilinyi921734@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1377981 13f79535-47bb-0310-9956-ffa450edef68

show more ...

d8cae8ad28-Aug-2012 Liu Zhe

#120732 - [VCLAuto patch] Fixed problems: Screenshot is not valid. Some scripts are not stable. Add load/new documents interface.
Patch by: Li Lin Yi <lilinyi921734@gmail.com>
Review by: Liu

#120732 - [VCLAuto patch] Fixed problems: Screenshot is not valid. Some scripts are not stable. Add load/new documents interface.
Patch by: Li Lin Yi <lilinyi921734@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1377979 13f79535-47bb-0310-9956-ffa450edef68

show more ...

9cfe79b628-Aug-2012 Liu Zhe

#120725 - SC SVT operations on ods sample file
Patch by: Liu Yi Xuan <liuyixuan.527@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/inc

#120725 - SC SVT operations on ods sample file
Patch by: Liu Yi Xuan <liuyixuan.527@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1377939 13f79535-47bb-0310-9956-ffa450edef68

show more ...

9f0b5ddb27-Aug-2012 Liu Zhe

Let test report title show build revision and os name

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1377614 13f79535-47bb-0310-9956-ffa450edef68

c3fdca9427-Aug-2012 Liu Zhe

#120722 - 2 SW SVT cases on Sample files patch
Patch by: Liu Yi Xuan <liuyixuan.527@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/inc

#120722 - 2 SW SVT cases on Sample files patch
Patch by: Liu Yi Xuan <liuyixuan.527@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1377607 13f79535-47bb-0310-9956-ffa450edef68

show more ...

75815b4027-Aug-2012 Liu Zhe

#120700 - SC SVT case 1 on a new ods document
Patch by: Liu Yi Xuan <liuyixuan.527@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/incu

#120700 - SC SVT case 1 on a new ods document
Patch by: Liu Yi Xuan <liuyixuan.527@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1377588 13f79535-47bb-0310-9956-ffa450edef68

show more ...

d01630b627-Aug-2012 Liu Zhe

#120655 - [testUNO patch]Tab color/Show Hide sheet/Link sheet
Patch by: Terry Yang <polo8495@hotmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache.org/re

#120655 - [testUNO patch]Tab color/Show Hide sheet/Link sheet
Patch by: Terry Yang <polo8495@hotmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1377587 13f79535-47bb-0310-9956-ffa450edef68

show more ...

cc7a239327-Aug-2012 Liu Zhe

#120672 - [testuno]Create, load, save Subject Field
Patch by: Zong Dong Jun <zongdj001@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/

#120672 - [testuno]Create, load, save Subject Field
Patch by: Zong Dong Jun <zongdj001@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1377581 13f79535-47bb-0310-9956-ffa450edef68

show more ...

a95be07b27-Aug-2012 Liu Zhe

#120658 - SD SVT cases 1
Patch by: Liu Yi Xuan <liuyixuan.527@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@13775

#120658 - SD SVT cases 1
Patch by: Liu Yi Xuan <liuyixuan.527@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1377580 13f79535-47bb-0310-9956-ffa450edef68

show more ...

6194dbcd27-Aug-2012 Liu Zhe

#120699 - [testuno]paragraph shadow,border,spacing,dropcap automation script
Patch by: Du Jing <bjdujing@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apa

#120699 - [testuno]paragraph shadow,border,spacing,dropcap automation script
Patch by: Du Jing <bjdujing@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1377574 13f79535-47bb-0310-9956-ffa450edef68

show more ...

90a166ce27-Aug-2012 Liu Zhe

#120703 - [testuno] - insert, delete of page break and line break
Patch by: Xiao Xiao Ting <tingxiaox@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache

#120703 - [testuno] - insert, delete of page break and line break
Patch by: Xiao Xiao Ting <tingxiaox@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1377561 13f79535-47bb-0310-9956-ffa450edef68

show more ...

0adde87727-Aug-2012 Liu Zhe

#120688 - [tesguno]: testscripts for CustomShow in presentation
Patch by: Tan Liu Ping <doneyourself@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache.

#120688 - [tesguno]: testscripts for CustomShow in presentation
Patch by: Tan Liu Ping <doneyourself@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1377559 13f79535-47bb-0310-9956-ffa450edef68

show more ...

3104132f27-Aug-2012 Liu Zhe

#120632 - [testuno]Check Bullet Style in SD
Patch by: Lou Qing Le <louqingle@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/incubator/

#120632 - [testuno]Check Bullet Style in SD
Patch by: Lou Qing Le <louqingle@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1377557 13f79535-47bb-0310-9956-ffa450edef68

show more ...

15b9015127-Aug-2012 Liu Zhe

#120702 - [testUNO patch]Test cases to check cell font size.
Patch by: Zhu Shan <shanzhu33@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache.org/repos/

#120702 - [testUNO patch]Test cases to check cell font size.
Patch by: Zhu Shan <shanzhu33@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1377554 13f79535-47bb-0310-9956-ffa450edef68

show more ...

b4bc5e9527-Aug-2012 Liu Zhe

#120689 - [testUNO patch]Add random method in TestUtil, create test cases to check cell background color and font color.
Patch by: Zhu Shan <shanzhu33@gmail.com>
Review by: Liu Zhe <aliuzhe@g

#120689 - [testUNO patch]Add random method in TestUtil, create test cases to check cell background color and font color.
Patch by: Zhu Shan <shanzhu33@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1377553 13f79535-47bb-0310-9956-ffa450edef68

show more ...

12345