Execution Time0.03s

Test: enmall (Passed)
Build: teem-SVN-Darwin-13.4.0-x86_64 (bwh002376.bwh.harvard.edu) on 2018-10-15 23:00:11
Repository revision: 6332


Show Command Line
Display graphs:

Test output
airEnum "endian":
(is not case sensitive)
Values (2 valid) given explicitly
--- (0) 0: "(unknown endian)"
--- (1) 1234: "little" == "little"
desc: Intel and compatible
--- (2) 4321: "big" == "big"
desc: Everyone besides Intel and compatible

airEnum "boolean":
(is not case sensitive)
Values (2 valid) given explicitly
--- (0) -1: "(unknown bool)"
--- (1) 0: "false" == "false"
desc: false
eqv: "0" "no" "n" "false" "f" "off" "nope"
--- (2) 1: "true" == "true"
desc: true
eqv: "1" "yes" "y" "true" "t" "on" "yea"

airEnum "format":
(is not case sensitive)
Values implicit; [1,6] valid
--- 0: "(unknown_format)"
--- 1: nrrd == nrrd
desc: native format for nearly raw raster data
eqv: "nrrd"
--- 2: pnm == pnm
desc: Portable aNy Map: includes PGM for grayscale and PPM for color
eqv: "pnm"
--- 3: png == png
desc: Portable Network Graphics: lossless compression of 8- and 16-bit data
eqv: "png"
--- 4: vtk == vtk
desc: Visualization ToolKit STRUCTURED_POINTS data
eqv: "vtk"
--- 5: text == text
desc: white-space-delimited pla...
The rest of the test output was removed since it exceeds the threshold of 1024 bytes.