Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf-test.git/shortlog/ff7f36cc9ef5f8ec8b97bcce543f966e726389bb
...commit 
http://git.netsurf-browser.org/netsurf-test.git/commit/ff7f36cc9ef5f8ec8b97bcce543f966e726389bb
...tree 
http://git.netsurf-browser.org/netsurf-test.git/tree/ff7f36cc9ef5f8ec8b97bcce543f966e726389bb

The branch, master has been updated
       via  ff7f36cc9ef5f8ec8b97bcce543f966e726389bb (commit)
      from  eda64c6733a3cf8c5eec419d6903a3f08cfeb828 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf-test.git/commit/?id=ff7f36cc9ef5f8ec8b97bcce543f966e726389bb
commit ff7f36cc9ef5f8ec8b97bcce543f966e726389bb
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    monkey tests: Install and update README.

diff --git a/Makefile b/Makefile
index 6294ad2..23c4e79 100644
--- a/Makefile
+++ b/Makefile
@@ -9,5 +9,5 @@ all:
        @echo "install target is probably what you want"
 
 install:
-       cp -a crashes haveproblems images other works "${DESTDIR}"/html/
+       cp -a html monkey-test "${DESTDIR}"/html/
        cp -a cgi-bin/* "${DESTDIR}"/cgi-bin/
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..17f5e29
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+NetSurf test suite
+==================
+
+This is a collection of tests for the NetSurf web browser.
+
+| Directory   | Description                                    |
+| ----------- | ---------------------------------------------- |
+| monkey-test | Automated tests for NetSurf's monkey front end |
\ No newline at end of file
diff --git a/ReadMe b/ReadMe
deleted file mode 100644
index 667b0ab..0000000
--- a/ReadMe
+++ /dev/null
@@ -1,13 +0,0 @@
-NetSurf test cases are split into the following directories:
-
-       crashes/                For test cases that cause crashes
-       haveproblems/           For test cases that have problems
-       works/                  For any test case that works
-
-       images/                 For images used by the test cases
-
-
-
-Please try to make test cases as self contained as possible.
-
-Put CSS data in a STYLE tag or attribute, rather than in an external file.
\ No newline at end of file


-----------------------------------------------------------------------

Summary of changes:
 Makefile  |    2 +-
 README.md |    8 ++++++++
 ReadMe    |   13 -------------
 3 files changed, 9 insertions(+), 14 deletions(-)
 create mode 100644 README.md
 delete mode 100644 ReadMe

diff --git a/Makefile b/Makefile
index 6294ad2..23c4e79 100644
--- a/Makefile
+++ b/Makefile
@@ -9,5 +9,5 @@ all:
        @echo "install target is probably what you want"
 
 install:
-       cp -a crashes haveproblems images other works "${DESTDIR}"/html/
+       cp -a html monkey-test "${DESTDIR}"/html/
        cp -a cgi-bin/* "${DESTDIR}"/cgi-bin/
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..17f5e29
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+NetSurf test suite
+==================
+
+This is a collection of tests for the NetSurf web browser.
+
+| Directory   | Description                                    |
+| ----------- | ---------------------------------------------- |
+| monkey-test | Automated tests for NetSurf's monkey front end |
\ No newline at end of file
diff --git a/ReadMe b/ReadMe
deleted file mode 100644
index 667b0ab..0000000
--- a/ReadMe
+++ /dev/null
@@ -1,13 +0,0 @@
-NetSurf test cases are split into the following directories:
-
-       crashes/                For test cases that cause crashes
-       haveproblems/           For test cases that have problems
-       works/                  For any test case that works
-
-       images/                 For images used by the test cases
-
-
-
-Please try to make test cases as self contained as possible.
-
-Put CSS data in a STYLE tag or attribute, rather than in an external file.
\ No newline at end of file


-- 
NetSurf test cases

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to