blob: ccc02cfce34acba2222b5d52d2948473c943d166 [file] [log] [blame]
#include "ThinClientInterestList2.hpp"
DUNIT_MAIN
{
runThinClientInterestList2( false);
runThinClientInterestList2( true, true);
runThinClientInterestList2( true, false);
}
END_MAIN