Author: rwesten
Date: Mon Oct 21 07:59:53 2013
New Revision: 1534057
URL: http://svn.apache.org/r1534057
Log:
Minor: revert changes from rev 1518615: This revision commented all
server.ready.path not available in the stable launcher. This was not intended
to be committed. Also added a comment explaining what paths to comment to use
the integration-test module with a stable launcher. This does not have any
functional changes (as all unit test do also check for availability). However
typically this should result in less failed Assertions to be logged while
waiting for the Server to be ready.
Modified:
stanbol/trunk/integration-tests/pom.xml
Modified: stanbol/trunk/integration-tests/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/integration-tests/pom.xml?rev=1534057&r1=1534056&r2=1534057&view=diff
==============================================================================
--- stanbol/trunk/integration-tests/pom.xml (original)
+++ stanbol/trunk/integration-tests/pom.xml Mon Oct 21 07:59:53 2013
@@ -116,10 +116,11 @@
<server.ready.timeout.seconds>180</server.ready.timeout.seconds>
<server.ready.path.1>/:stanbol.css</server.ready.path.1>
<server.ready.path.2>/enhancer:Stateless REST
analysis:Accept:text/html</server.ready.path.2>
- <!-- server.ready.path.3>/contenthub:Recently uploaded Content
Items</server.ready.path.3>
- <server.ready.path.4>/entityhub:The RESTful API of the
Entityhub</server.ready.path.4>
+ <server.ready.path.3>/entityhub:The RESTful API of the
Entityhub</server.ready.path.3>
+ <!-- comment the following paths to use the integration test with
the stable launcher -->
+ <server.ready.path.4>/contenthub:Recently uploaded Content
Items</server.ready.path.4>
<server.ready.path.5>/ontonet:Apache Stanbol
OntoNet:Accept:text/html</server.ready.path.5>
- <server.ready.path.6>/reasoners:The Stanbol Reasoners
provides</server.ready.path.6> -->
+ <server.ready.path.6>/reasoners:The Stanbol Reasoners
provides</server.ready.path.6>
</systemPropertyVariables>
<excludes>
<!-- Config is to big and Regex check on result causes
OutOfMemoryExceptions -->