mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-29 06:06:54 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@6245 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a373fc16a4
commit
e98e15dc02
2 changed files with 53 additions and 12 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
using namespace Upp;
|
||||
|
||||
void Test(const char *text, const char *fmt)
|
||||
void Test(const char *text)
|
||||
{
|
||||
Time tm;
|
||||
const char *q = StrToTime(tm, text);
|
||||
|
|
@ -21,7 +21,5 @@ CONSOLE_APP_MAIN
|
|||
Test("15.12.2005 12 foo!");
|
||||
Test("15.12.2005 foo!");
|
||||
Test("uck!");
|
||||
|
||||
ASSERT(
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue