Test revamp in progress.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2009 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2008-08-25 09:25:58 +00:00
parent 65a48e78a1
commit a29e4450da
35 changed files with 101 additions and 64 deletions
+1
View File
@@ -0,0 +1 @@
Test data for com.samskivert.servlet.SiteResourceLoaderTest
+1
View File
@@ -0,0 +1 @@
This is the default body.
+1
View File
@@ -0,0 +1 @@
This is the default footer.
+1
View File
@@ -0,0 +1 @@
This is the default header.
+3
View File
@@ -0,0 +1,3 @@
This is the default header.
This is the default body.
This is the default footer.
Binary file not shown.
+3
View File
@@ -0,0 +1,3 @@
This is the site1 header.
This is the default body.
This is the site1 footer.
Binary file not shown.
+3
View File
@@ -0,0 +1,3 @@
This is the site2 header.
This is the default body.
This is the site2 footer.
+7
View File
@@ -0,0 +1,7 @@
#
# $Id: grandparent.properties,v 1.1 2002/11/25 22:23:21 mdb Exp $
#
# A test properties file
sub.sub1 = 5
sub.sub2 = whee!
+12
View File
@@ -0,0 +1,12 @@
#
# $Id: parent.properties,v 1.1 2002/11/25 22:23:21 mdb Exp $
#
# A test properties file
_extends = rsrc/util/grandparent.properties
prop1 = 13
prop2 = nine
prop3 = 9, 8, 7, 6
prop4 = one, two, three,, and a half, four
# prop5 = not defined
+9
View File
@@ -0,0 +1,9 @@
#
# $Id: test.properties,v 1.3 2002/11/25 22:23:21 mdb Exp $
#
# A test properties file
_extends = rsrc/util/parent.properties
prop1 = 25
prop2 = twenty five
+7
View File
@@ -0,0 +1,7 @@
<object>
<intField>5</intField>
<stringField>howdy partner!</stringField>
<integerField>15</integerField>
<intArrayField>1, 2, 3, 4, 5</intArrayField>
<stringArrayField>one, two, three, four, five</stringArrayField>
</object>