mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
.autotests
git-svn-id: svn://ultimatepp.org/upp/trunk@7164 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
7df7017b8e
commit
0cfdc224aa
8 changed files with 44 additions and 24 deletions
|
|
@ -17,6 +17,7 @@ CONSOLE_APP_MAIN
|
|||
out.Put64(big, sz);
|
||||
LOG("Saved");
|
||||
}
|
||||
ASSERT(GetFileLength(path) == sz);
|
||||
{
|
||||
FileIn in(path);
|
||||
for(int64 i = 0; i < sz; i++)
|
||||
|
|
@ -31,5 +32,6 @@ CONSOLE_APP_MAIN
|
|||
for(int64 i = 0; i < sz; i++)
|
||||
ASSERT(big[i] == i % 123);
|
||||
}
|
||||
DeleteFile(path);
|
||||
LOG("Test passed OK");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
description "#WAIT: 20\377";
|
||||
|
||||
uses
|
||||
Core;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue