diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-01-09 22:55:28 +0100 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2016-01-10 14:17:20 +0000 |
commit | 64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch) | |
tree | 772fc0f308549b9416fbcb06bce2bf0e0f5809cc /testtools/source | |
parent | d61c16966b017abdbebf5ec0c2131de5a91c67f8 (diff) |
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86
Reviewed-on: https://gerrit.libreoffice.org/21209
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'testtools/source')
-rw-r--r-- | testtools/source/bridgetest/cli/cli_cs_bridgetest.cs | 2 | ||||
-rw-r--r-- | testtools/source/cliversioning/readme.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/testtools/source/bridgetest/cli/cli_cs_bridgetest.cs b/testtools/source/bridgetest/cli/cli_cs_bridgetest.cs index ed4f483efbbc..9d629e062c49 100644 --- a/testtools/source/bridgetest/cli/cli_cs_bridgetest.cs +++ b/testtools/source/bridgetest/cli/cli_cs_bridgetest.cs @@ -966,7 +966,7 @@ static bool raiseException(XBridgeTest xLBT ) private void perform_test( XBridgeTest xLBT ) { - bool bRet= true;; + bool bRet= true; bRet = check( performTest( xLBT ), "standard test" ) && bRet; bRet = check( raiseException( xLBT ) , "exception test" )&& bRet; bRet = check( raiseOnewayException( xLBT ), "oneway exception test" ) && bRet; diff --git a/testtools/source/cliversioning/readme.txt b/testtools/source/cliversioning/readme.txt index 81a0a1747860..c2878c3836f5 100644 --- a/testtools/source/cliversioning/readme.txt +++ b/testtools/source/cliversioning/readme.txt @@ -25,7 +25,7 @@ GAC and if the policy files are correct. The office must be installed with compl system integration. That is, one does not use setup /a for starting the installation. -In OOo 3.0 there was a breanking change so that the test created for previous +In OOo 3.0 there was a breaking change so that the test created for previous version do not work anymore. To use these old tests one needs to install a version of OOo less than v 3.0. Then one needs to check out the cli_ure module for that version. The tests are contained in cli_ure/qa/versioning. @@ -86,7 +86,7 @@ because it puts out more information. Creating a new version_xxx.dll ============================== When a version of our assemblies changes then one should provide a new version dll which test exactly the assemblies with the changed version. This is easily done: -1. set the build environment in which the new versions are effectiv. +1. set the build environment in which the new versions are effective. 2 call: dmake name=version_xxx.dll 3. copy the new version dll from the output tree into qa/versioning/version_libs 4. commit the new version.dll using the -kb switch (only when creating the new file : cvs new -kb version_3_1_0.dll) |