This is an automated email from the ASF dual-hosted git repository.
cmarcum pushed a commit to branch standalone-test
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/standalone-test by this push:
new d99de66 Refs #i128450# - disabled smb host only test per this email
thread: https://lists.apache.org/thread/k1m3wqz04bj8b5kdg814h24qf45sv811 AOO
keeps appending a final / thus changing the intent of the test.
new f9405ed Merge pull request #144 from cbmarcum/standalone-test-work
d99de66 is described below
commit d99de66189c99309f18535c135a96c4256f19e3f
Author: cbmarcum <[email protected]>
AuthorDate: Sun Mar 27 16:57:14 2022 -0400
Refs #i128450# - disabled smb host only test per this email thread:
https://lists.apache.org/thread/k1m3wqz04bj8b5kdg814h24qf45sv811
AOO keeps appending a final / thus changing the intent of the test.
---
test/testgui/source/fvt/gui/sw/hyperlink/WarningDialog.java | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/test/testgui/source/fvt/gui/sw/hyperlink/WarningDialog.java
b/test/testgui/source/fvt/gui/sw/hyperlink/WarningDialog.java
index a7b12f5..c4520a1 100644
--- a/test/testgui/source/fvt/gui/sw/hyperlink/WarningDialog.java
+++ b/test/testgui/source/fvt/gui/sw/hyperlink/WarningDialog.java
@@ -70,8 +70,11 @@ public class WarningDialog {
{"smb://nonexistant.url.com/evil", "smb with path"},
// host only
{"nfs://nonexistant.url.com", "nfs host only"},
- {"dav://nonexistant.url.com", "dav host only"},
- {"smb://nonexistant.url.com", "smb host only"}
+ {"dav://nonexistant.url.com", "dav host only"}
+ // disabled next smb test per this email thread
+ //
https://lists.apache.org/thread/k1m3wqz04bj8b5kdg814h24qf45sv811
+ // AOO keeps appending a final / thus changing the intent of
the test
+ // {"smb://nonexistant.url.com", "smb host only"}
});
}