mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@10912 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
643d4f2434
commit
2642a5287e
3 changed files with 3 additions and 4 deletions
|
|
@ -9,7 +9,6 @@ file
|
|||
index.witz,
|
||||
index2.witz,
|
||||
etalon,
|
||||
etalon2,
|
||||
main.cpp;
|
||||
|
||||
mainconfig
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
<html><body>Error in template: /home/cxl/upp.src/autotest/Witz/index2.witz(17,13): missing number</body></html>
|
||||
|
|
@ -76,8 +76,9 @@ CONSOLE_APP_MAIN
|
|||
LOG(result);
|
||||
LOG("------------");
|
||||
// SaveFile(GetDataFile("etalon"), result);
|
||||
result.Replace("/home/upp", "/home/cxl");
|
||||
ASSERT(result == LoadFile(GetDataFile("etalon2")));
|
||||
|
||||
ASSERT(result.Find("autotest/Witz/index2.witz(17,13): missing number</body></html>") >= 0);
|
||||
|
||||
|
||||
m.Add("name", "What is that?");
|
||||
http("res", m);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue