diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-02-18 11:41:39 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-02-18 11:41:39 +0000 |
commit | 5a241fd12e96680721725fcc633963e1df85392a (patch) | |
tree | 19955e710633a978ed2d52865f5080fca81fe0ba /test/fixtures | |
parent | 840fcf2fa97bcc59d244b8a89ce54afea73e3ac3 (diff) | |
download | redmine-5a241fd12e96680721725fcc633963e1df85392a.tar.gz redmine-5a241fd12e96680721725fcc633963e1df85392a.zip |
file upload test now uses ActionController::TestUploadedFile
git-svn-id: http://redmine.rubyforge.org/svn/trunk@251 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/files/testfile.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures/files/testfile.txt b/test/fixtures/files/testfile.txt new file mode 100644 index 000000000..4b2a49c69 --- /dev/null +++ b/test/fixtures/files/testfile.txt @@ -0,0 +1 @@ +this is a text file for upload tests
\ No newline at end of file |