Oh, well, let's do it like this.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353342 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Klute 2003-09-04 20:28:56 +00:00
parent 69581f5f0d
commit 41fd399f9a

View File

@ -281,8 +281,7 @@ public class TestWrite extends TestCase
}
catch (Exception ex)
{
ex.printStackTrace();
throw new RuntimeException(ex.toString());
fail(org.apache.poi.hpsf.Util.toString(ex));
}
}
@ -383,8 +382,7 @@ public class TestWrite extends TestCase
}
catch (Exception ex)
{
ex.printStackTrace();
throw new RuntimeException(ex.toString());
fail(org.apache.poi.hpsf.Util.toString(ex));
}
}
}