From 2e2d1470836059e1c33f60e81d46840cc27c927d Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Wed, 18 May 2016 11:12:16 +0200 Subject: [PATCH] Fix typos in integrationtest.md documentation --- documentation/developer/integrationtest.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/developer/integrationtest.md b/documentation/developer/integrationtest.md index 1ea008f10..e79b7b712 100644 --- a/documentation/developer/integrationtest.md +++ b/documentation/developer/integrationtest.md @@ -37,7 +37,7 @@ service=example.org ```bash service=example.org -serviceTlsPin=serviceTlsPin=CERTSHA256:2F:92:C9:4D:30:58:E1:05:21:9A:57:59:5F:6E:25:9A:0F:BF:FF:64:1A:C3:4B:EC:06:7D:4A:6F:0A:D5:21:85 +serviceTlsPin=CERTSHA256:2F:92:C9:4D:30:58:E1:05:21:9A:57:59:5F:6E:25:9A:0F:BF:FF:64:1A:C3:4B:EC:06:7D:4A:6F:0A:D5:21:85 debug=true ``` @@ -66,7 +66,7 @@ Package `org.igniterealtime.smack.inttest` ### `SmackIntegrationTestFramework` Contains `public static void main` method, i.e. the entry point for the framework. -Here the available integration tests are discovered by means of reflections, the configured is read and a `IntegrationTestEnvironment` instance created, include the XMPPConnections. +Here the available integration tests are discovered by means of reflection, the configuration is read and a `IntegrationTestEnvironment` instance created, which includes the XMPPConnections. ### `AbstractSmackIntegrationTest` @@ -74,7 +74,7 @@ The base class that integration tests need to subclass. ### `AbstractSmackLowLevelIntegrationTest` -Allows low level integration test, i.e. ever test method will have it's on exclusive XMPPTCPConnection instances. +Allows low level integration test, i.e. ever test method will have its on exclusive XMPPTCPConnection instances. ### `IntegrationTestEnvironment`