mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-22 06:05:33 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@8595 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
4aa843e0d8
commit
dd697f4f68
3 changed files with 19 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
description "Assist tests - not to be compiled/run\377";
|
||||
|
||||
uses
|
||||
CtrlLib;
|
||||
CtrlLib,
|
||||
Sql;
|
||||
|
||||
file
|
||||
main.cpp;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#ifndef _Assist_icpp_init_stub
|
||||
#define _Assist_icpp_init_stub
|
||||
#include "CtrlLib/init"
|
||||
#include "Sql/init"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#include <CtrlLib/CtrlLib.h>
|
||||
#include <Sql/Sql.h>
|
||||
|
||||
#if 0 // Do not compile these tests in nightly job
|
||||
|
||||
|
|
@ -85,6 +86,21 @@ void Autocomplete()
|
|||
type // check that there are not wrong item is the list for 'type'
|
||||
}
|
||||
|
||||
void Autocomplete()
|
||||
{
|
||||
Select().From().LeftJoinRef().Where().OrderBy().Lim
|
||||
}
|
||||
|
||||
enum {
|
||||
TEST_ONE,
|
||||
TEST_TWO
|
||||
};
|
||||
|
||||
void Autocomplete()
|
||||
{
|
||||
b ? TEST_ONE : TES
|
||||
}
|
||||
|
||||
void JumpTo()
|
||||
{
|
||||
Point p;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue