Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit d1f24ac

Browse files
committed
[[ Tests ]] Move file to input files dir
1 parent a395a31 commit d1f24ac

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

tests/lcs/liburl/forms.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on TestForm
2222
set the httpHeaders to line 1 of tForm
2323
delete line 1 of tForm
2424

25-
put "<file>" & "lcs/liburl/last, first.txt" into tFile
25+
put "<file>" & testFilesFolder() & "/last, first.txt" into tFile
2626
put "text/plain" into tType
2727
put "binary" into tEnc
2828
put libURLMultipartFormAddPart(tForm,"file", tFile, tType, tEnc) into tError

0 commit comments

Comments
 (0)