Author: lfryc(a)redhat.com
Date: 2009-09-03 14:44:08 -0400 (Thu, 03 Sep 2009)
New Revision: 15455
Modified:
branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test/java/org/jboss/richfaces/integrationTest/paint2d/Paint2DTestCase.java
branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test/java/org/jboss/richfaces/integrationTest/separator/SeparatorTestCase.java
Log:
- follow changes to selenium-lib - removed unnecessary throws NoSuchAlghoritmException
declaration
Modified:
branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test/java/org/jboss/richfaces/integrationTest/paint2d/Paint2DTestCase.java
===================================================================
---
branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test/java/org/jboss/richfaces/integrationTest/paint2d/Paint2DTestCase.java 2009-09-03
18:29:20 UTC (rev 15454)
+++
branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test/java/org/jboss/richfaces/integrationTest/paint2d/Paint2DTestCase.java 2009-09-03
18:44:08 UTC (rev 15455)
@@ -259,9 +259,6 @@
try {
tmp = URLUtils.resourceMd5Digest(tmp);
- } catch (NoSuchAlgorithmException e) {
- e.printStackTrace();
- fail(e.getMessage());
} catch (IOException e) {
e.printStackTrace();
fail(e.getMessage());
Modified:
branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test/java/org/jboss/richfaces/integrationTest/separator/SeparatorTestCase.java
===================================================================
---
branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test/java/org/jboss/richfaces/integrationTest/separator/SeparatorTestCase.java 2009-09-03
18:29:20 UTC (rev 15454)
+++
branches/community/3.3.X/samples/richfaces-demo/functional-test/src/test/java/org/jboss/richfaces/integrationTest/separator/SeparatorTestCase.java 2009-09-03
18:44:08 UTC (rev 15455)
@@ -155,9 +155,6 @@
try {
tmp = URLUtils.resourceMd5Digest(url);
- } catch (NoSuchAlgorithmException e) {
- e.printStackTrace();
- fail(e.getMessage());
} catch (IOException e) {
e.printStackTrace();
fail(e.getMessage());
Show replies by date