Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Former-commit-id: 15633521e62dc1f997c3d632f014f1dd6596a4e1
  • Loading branch information
saksass committed Jul 26, 2010
1 parent 8de665f commit 1ea51a5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ samples/ivy-dep-report/ncicb-bda-download-test.dot -text
samples/ivy-dep-report/ncicb-bda-download-test.html -text
samples/ivy-dep-report/ncicb-bda-download-test.pdf -text
samples/property-rules/all-property-rules.html -text
samples/property-rules/all-property-rules.xml -text
samples/schema-spy/anomalies.html -text
samples/schema-spy/columns.byAuto.html -text
samples/schema-spy/columns.byChildren.html -text
Expand Down
30 changes: 30 additions & 0 deletions samples/property-rules/all-property-rules.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<html>
<body>
<h1>BDA Properties Validation Report</h1>
<table border="1">
<tr bgcolor="99CCFF">
<td>Property</td>
<td>Rule</td>
<td>Value</td>
<td>Failure Mesage</td>
<tr>
<td>jboss.server.jndi.port</td>
<td>jboss.server.jndi.port-port</td>
<td>fail</td>
<td>jboss.server.jndi.port did not pass validation. jboss.server.jndi.port must be empty or between 0 and 65535. Sample valid value - "30200".</td>
</tr>
<tr>
<td>jboss.server.name</td>
<td>jboss.server.name-syntax</td>
<td>fa il</td>
<td>jboss.server.name did not pass validation. jboss.server.name must be null or have a value and not contain spaces, forward slashes (/) or back slashes (\). Sample valid value - "default".</td>
</tr>
<tr>
<td>jboss.server.port</td>
<td>jboss.server.port-port</td>
<td>70000</td>
<td>jboss.server.port did not pass validation. jboss.server.port must be empty or between 0 and 65535. Sample valid value - "30210".</td>
</tr>
</table>
</body>
</html>

0 comments on commit 1ea51a5

Please sign in to comment.