git-svn-id: svn://ultimatepp.org/upp/trunk@8595 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-06-24 18:51:36 +00:00
parent 4aa843e0d8
commit dd697f4f68
3 changed files with 19 additions and 1 deletions

View file

@ -1,7 +1,8 @@
description "Assist tests - not to be compiled/run\377";
uses
CtrlLib;
CtrlLib,
Sql;
file
main.cpp;

View file

@ -1,4 +1,5 @@
#ifndef _Assist_icpp_init_stub
#define _Assist_icpp_init_stub
#include "CtrlLib/init"
#include "Sql/init"
#endif

View file

@ -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;