You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by th...@apache.org on 2008/01/14 11:46:06 UTC

svn commit: r611756 - in /labs/droids/trunk/test: ./ test1.html test2.html

Author: thorsten
Date: Mon Jan 14 02:46:05 2008
New Revision: 611756

URL: http://svn.apache.org/viewvc?rev=611756&view=rev
Log:
adding some test pages

Added:
    labs/droids/trunk/test/
    labs/droids/trunk/test/test1.html   (with props)
    labs/droids/trunk/test/test2.html   (with props)

Added: labs/droids/trunk/test/test1.html
URL: http://svn.apache.org/viewvc/labs/droids/trunk/test/test1.html?rev=611756&view=auto
==============================================================================
--- labs/droids/trunk/test/test1.html (added)
+++ labs/droids/trunk/test/test1.html Mon Jan 14 02:46:05 2008
@@ -0,0 +1,9 @@
+<html>
+  <head>
+    <title>Test</title>
+  </head>
+  <body>
+    <p>just a test.</p>
+    <p><a href="test2.html">another thread</a></p>
+  </body>
+</html>
\ No newline at end of file

Propchange: labs/droids/trunk/test/test1.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: labs/droids/trunk/test/test2.html
URL: http://svn.apache.org/viewvc/labs/droids/trunk/test/test2.html?rev=611756&view=auto
==============================================================================
--- labs/droids/trunk/test/test2.html (added)
+++ labs/droids/trunk/test/test2.html Mon Jan 14 02:46:05 2008
@@ -0,0 +1,8 @@
+<html>
+  <head>
+    <title>Test</title>
+  </head>
+  <body>
+    <p>just another test.</p>
+  </body>
+</html>
\ No newline at end of file

Propchange: labs/droids/trunk/test/test2.html
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org