• Integer data type used in output stream

    By Jim Romaine 1 decade ago

    I've been using the Domino Unit Testing for a while now, without issue. But recently discovered that I wanted to run some tests in a loop exceeding 32K entries (150,000) . The testing went fine, but the results give a total restricted to the integer limit of 32,767.

    In the DUF:OutputStreams library, the AbstractUnitOutputStream class defines the properties as integer. I am going to test changing these to long, but was curious if there is anything to be aware of when changing to this data type?