Class com.ibm.ws.config.schemagen.internal.SchemaGenTest

3

tests

0

failures

0

ignored

5.722s

duration

100%

successful

Tests

Test Duration Result
testSchemaGenHelp 0.347s passed
testSchemaGenNoParms 0.388s passed
testSchemaGenOutput 4.987s passed

Standard output

==== testSchemaGenNoParms ====

The schemaGen command generates the XML schema for the                       
Liberty core configuration and other installed products                
extensions in a single output file.

Usage: ./schemaGen [options] outputFile

PASSED
==== testSchemaGenHelp ====

The schemaGen command generates the XML schema for the                       
Liberty core configuration and other installed products                
extensions in a single output file.

Usage: ./schemaGen [options] outputFile

Options:

--compactOutput
The output schema will not contain indenting 
spaces, new line feeds, or XML comments.

--encoding
The character encoding to use for the output.     
The default encoding is "UTF-8".

--ignorePidsFile
A file name containing a list of pids to ignore.

--locale
The language to use when you are creating the output
file. This string consists of the ISO-639 two-letter lowercase language
code, optionally followed by and underscores and the ISO-3166 uppercase
two-letter country code.

--schemaVersion
If schemaVersion=1.1 is specified, then both explicitly named child    
elements and the xsd:any element are written to the output file.

--outputVersion
If outputVersion=2.0 is specified, only the xsd:any element is used    
in the output file, so that unknown elements pass XSD validation at    
the expense of losing validation for known elements.

PASSED
==== testSchemaGenOutput ====
CWWKG0109I: The schema was created in the [schemaGenOutput.xsd] file.
PASSED