diff options
Diffstat (limited to 'modules/simpletest/files')
-rw-r--r-- | modules/simpletest/files/README.txt | 5 | ||||
-rw-r--r-- | modules/simpletest/files/html-1.txt | 1 | ||||
-rw-r--r-- | modules/simpletest/files/html-2.html | 1 | ||||
-rw-r--r-- | modules/simpletest/files/image-1.png | bin | 0 -> 64027 bytes | |||
-rw-r--r-- | modules/simpletest/files/image-2.jpg | bin | 0 -> 6218 bytes | |||
-rw-r--r-- | modules/simpletest/files/javascript-1.txt | 3 | ||||
-rw-r--r-- | modules/simpletest/files/javascript-2.script | 3 | ||||
-rw-r--r-- | modules/simpletest/files/php-1.txt | 3 | ||||
-rw-r--r-- | modules/simpletest/files/php-2.php | 3 | ||||
-rw-r--r-- | modules/simpletest/files/sql-1.txt | 1 | ||||
-rw-r--r-- | modules/simpletest/files/sql-2.sql | 1 |
11 files changed, 21 insertions, 0 deletions
diff --git a/modules/simpletest/files/README.txt b/modules/simpletest/files/README.txt new file mode 100644 index 000000000..d808510da --- /dev/null +++ b/modules/simpletest/files/README.txt @@ -0,0 +1,5 @@ +$Id$ + +These files are use in some tests that upload files or other operations were +a file is useful. These files are copied to the files directory as specified +in the site settings. Other tests files are generated in order to save space.
\ No newline at end of file diff --git a/modules/simpletest/files/html-1.txt b/modules/simpletest/files/html-1.txt new file mode 100644 index 000000000..494470d17 --- /dev/null +++ b/modules/simpletest/files/html-1.txt @@ -0,0 +1 @@ +<h1>SimpleTest HTML</h1>
\ No newline at end of file diff --git a/modules/simpletest/files/html-2.html b/modules/simpletest/files/html-2.html new file mode 100644 index 000000000..494470d17 --- /dev/null +++ b/modules/simpletest/files/html-2.html @@ -0,0 +1 @@ +<h1>SimpleTest HTML</h1>
\ No newline at end of file diff --git a/modules/simpletest/files/image-1.png b/modules/simpletest/files/image-1.png Binary files differnew file mode 100644 index 000000000..f2aac9800 --- /dev/null +++ b/modules/simpletest/files/image-1.png diff --git a/modules/simpletest/files/image-2.jpg b/modules/simpletest/files/image-2.jpg Binary files differnew file mode 100644 index 000000000..645c76b50 --- /dev/null +++ b/modules/simpletest/files/image-2.jpg diff --git a/modules/simpletest/files/javascript-1.txt b/modules/simpletest/files/javascript-1.txt new file mode 100644 index 000000000..e0206ba83 --- /dev/null +++ b/modules/simpletest/files/javascript-1.txt @@ -0,0 +1,3 @@ +<script> +alert('SimpleTest PHP was executed!'); +</script>
\ No newline at end of file diff --git a/modules/simpletest/files/javascript-2.script b/modules/simpletest/files/javascript-2.script new file mode 100644 index 000000000..e0206ba83 --- /dev/null +++ b/modules/simpletest/files/javascript-2.script @@ -0,0 +1,3 @@ +<script> +alert('SimpleTest PHP was executed!'); +</script>
\ No newline at end of file diff --git a/modules/simpletest/files/php-1.txt b/modules/simpletest/files/php-1.txt new file mode 100644 index 000000000..dc8e64213 --- /dev/null +++ b/modules/simpletest/files/php-1.txt @@ -0,0 +1,3 @@ +<?php +print 'SimpleTest PHP was executed!'; +?>
\ No newline at end of file diff --git a/modules/simpletest/files/php-2.php b/modules/simpletest/files/php-2.php new file mode 100644 index 000000000..dc8e64213 --- /dev/null +++ b/modules/simpletest/files/php-2.php @@ -0,0 +1,3 @@ +<?php +print 'SimpleTest PHP was executed!'; +?>
\ No newline at end of file diff --git a/modules/simpletest/files/sql-1.txt b/modules/simpletest/files/sql-1.txt new file mode 100644 index 000000000..22017e972 --- /dev/null +++ b/modules/simpletest/files/sql-1.txt @@ -0,0 +1 @@ +SELECT invalid_field FROM {invalid_table}
\ No newline at end of file diff --git a/modules/simpletest/files/sql-2.sql b/modules/simpletest/files/sql-2.sql new file mode 100644 index 000000000..22017e972 --- /dev/null +++ b/modules/simpletest/files/sql-2.sql @@ -0,0 +1 @@ +SELECT invalid_field FROM {invalid_table}
\ No newline at end of file |