> Anyone have any ideas how I can modify this test case to allow the > details of the CoreException's status object to be seen somewhere in > the test failure page? try { <whatever code is there> } catch(Exception e) { fail("<whatever string you want to show up in output"); } /max