From f0c8cd0ec5fbd30e2eea435872c4541fcfe3c9f3 Mon Sep 17 00:00:00 2001 From: sb Date: Tue, 21 Sep 2010 10:23:23 +0200 Subject: sb123: #i111449# relax expected exception type (some platforms apparently throw InteractiveNetworkConnectException instead of InteractiveNetworkResolveNameException here) --- ucb/qa/complex/ucb/UCB.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucb/qa') diff --git a/ucb/qa/complex/ucb/UCB.java b/ucb/qa/complex/ucb/UCB.java index c027dd95bb37..445525927703 100755 --- a/ucb/qa/complex/ucb/UCB.java +++ b/ucb/qa/complex/ucb/UCB.java @@ -231,7 +231,7 @@ public class UCB { } catch (com.sun.star.lang.IllegalArgumentException ex) { //TODO error message; System.out.println("Correct exception thrown: " + ex.getClass().toString()); - } catch(com.sun.star.ucb.InteractiveNetworkResolveNameException ex) { + } catch(com.sun.star.ucb.InteractiveNetworkException ex) { System.out.println("This Exception is correctly thrown when no Proxy in StarOffice is used."); System.out.println("To reproduce the bug behaviour, use a Proxy and try again."); } catch (Exception ex) { -- cgit v1.2.3