mirror of https://github.com/apache/poi.git
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:
parent
1de48575d0
commit
53a4992600
|
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue