public SolarisTestBase() {
   try {
     isTrustedExtensions = SolarisTestCommon.getProperty("isSolarisTx", Boolean.class);
   } catch (Exception ex) {
     // OK
   }
 }