From 6b1b9863d8fccfe09c2f72c68e1ebfeea54efbe8 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 27 Sep 2008 17:52:05 +0000 Subject: - added first runnig version --- tests/DNS_failure | 7 +++++++ tests/GNUmakefile | 23 +++++++++++++++++++++++ tests/PortalZH | 7 +++++++ tests/connect_failure | 7 +++++++ tests/iis | 8 ++++++++ tests/not_found | 8 ++++++++ tests/openssl.org | 8 ++++++++ 7 files changed, 68 insertions(+) create mode 100644 tests/DNS_failure create mode 100644 tests/GNUmakefile create mode 100644 tests/PortalZH create mode 100644 tests/connect_failure create mode 100644 tests/iis create mode 100644 tests/not_found create mode 100644 tests/openssl.org (limited to 'tests') diff --git a/tests/DNS_failure b/tests/DNS_failure new file mode 100644 index 0000000..6360461 --- /dev/null +++ b/tests/DNS_failure @@ -0,0 +1,7 @@ +f follow +w 1 +c 2 +t 3 +I www222.zh.ch +H www222.zh.ch +u "/portal/de/portalhome.search.html?id=1&search=gemeinde&sort=5" diff --git a/tests/GNUmakefile b/tests/GNUmakefile new file mode 100644 index 0000000..f95b1fd --- /dev/null +++ b/tests/GNUmakefile @@ -0,0 +1,23 @@ +TOPDIR = .. + +SUBDIRS = + +INCLUDE_DIRS = + +LDFLAGS_DIR = + +LIBS_DIR = + +BINS = + +OBJS = + +-include $(TOPDIR)/makefiles/sub.mk + +local_all: + +local_clean: + +local_distclean: + +local_test: diff --git a/tests/PortalZH b/tests/PortalZH new file mode 100644 index 0000000..c4343a9 --- /dev/null +++ b/tests/PortalZH @@ -0,0 +1,7 @@ +f follow +w 1 +c 2 +t 3 +I www.zh.ch +H www.zh.ch +u "/portal/de/portalhome.search.html?id=1&search=gemeinde&sort=5" diff --git a/tests/connect_failure b/tests/connect_failure new file mode 100644 index 0000000..88c5ef1 --- /dev/null +++ b/tests/connect_failure @@ -0,0 +1,7 @@ +f follow +w 1 +c 2 +t 3 +I lxh04.eurospider.ch +H lxh04.eurospider.ch +u "/" diff --git a/tests/iis b/tests/iis new file mode 100644 index 0000000..f1ec018 --- /dev/null +++ b/tests/iis @@ -0,0 +1,8 @@ +f follow +w 3 +c 4 +t 5 +S +I www.microsoft.com +H www.microsoft.com +u "/bla" diff --git a/tests/not_found b/tests/not_found new file mode 100644 index 0000000..1a321f0 --- /dev/null +++ b/tests/not_found @@ -0,0 +1,8 @@ +f follow +w 3 +c 4 +t 5 +S +I www.openssl.org +H www.openssl.org +u "/blafla" diff --git a/tests/openssl.org b/tests/openssl.org new file mode 100644 index 0000000..3951572 --- /dev/null +++ b/tests/openssl.org @@ -0,0 +1,8 @@ +f follow +w 3 +c 4 +t 5 +S +I www.openssl.org +H www.openssl.org +u "/" -- cgit v1.2.3-54-g00ecf