Skip to content

Commit e7aba70

Browse files
authored
Merge pull request #186 from OpenLiberty/staging
Merge staging to prod - Update README.adoc (#185)
2 parents 308cc14 + cfbe6c7 commit e7aba70

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,9 @@ See the following descriptions of the test cases:
210210

211211
* [hotspot=testHostRegistration file=0]`testHostRegistration()` verifies that a host is correctly added to the inventory.
212212

213-
* [hotspot=testSystemPropertiesMatch file=0]`testSystemPropertiesMatch()` verifies that the JVM system properties returned by the `system` service match
214-
the ones stored in the `inventory` service.
213+
* [hotspot=testSystemPropertiesMatch file=0]`testSystemPropertiesMatch()` verifies that the JVM system properties returned by the `system` service match the ones stored in the `inventory` service.
215214

216-
* [hotspot=testUnknownHost file=0]`testUnknownHost()` verifies that an unknown host or a host that does not expose their JVM system
217-
properties is correctly handled as an error.
215+
* [hotspot=testUnknownHost file=0]`testUnknownHost()` verifies that an unknown host or a host that does not expose their JVM system properties is correctly handled as an error.
218216

219217
To force these test cases to run in a particular order, annotate your [hotspot file=0]`InventoryEndpointIT` test class with the [hotspot=TestMethodOrder file=0]`@TestMethodOrder(OrderAnnotation.class)` annotation.
220218
[hotspot=TestMethodOrder file=0]`OrderAnnotation.class` runs test methods in numerical order,

0 commit comments

Comments
 (0)