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
69581f5f0d
commit
41fd399f9a
@ -281,8 +281,7 @@ public class TestWrite extends TestCase
|
|||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
ex.printStackTrace();
|
fail(org.apache.poi.hpsf.Util.toString(ex));
|
||||||
throw new RuntimeException(ex.toString());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -383,8 +382,7 @@ public class TestWrite extends TestCase
|
|||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
ex.printStackTrace();
|
fail(org.apache.poi.hpsf.Util.toString(ex));
|
||||||
throw new RuntimeException(ex.toString());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user