Opened 16 years ago

Closed 16 years ago

#237 closed task (fixed)

reduce output from tests

Reported by: Stephen Siegel Owned by: dfix
Priority: major Milestone: Release 1.0
Component: test Version: 1.0
Keywords: test output reduce Cc:

Description

Someone needs to go through all JUnit test files and modify as necessary to reduce the amount of output. Basically, verbose and debug parameter should be turned off (they are by default). A small number of prints is OK, but printing out huge models, etc., is bad. All of the output is accumulated into the JUnit report and if we want to store the reports we need to get them to a reasonable size.

Change History (3)

comment:1 by Stephen Siegel, 16 years ago

Owner: set to bperry
Status: newassigned

comment:2 by dfix, 16 years ago

Owner: changed from bperry to dfix
Status: assignedaccepted

comment:3 by dfix, 16 years ago

Resolution: fixed
Status: acceptedclosed

Made sure that verbose and debug were set to false in each test and example. I also commented out some other extraneous output in the tests; however, the default output for the examples is still fairly large.

Note: See TracTickets for help on using tickets.