parent
7236cf75c0
commit
9b695c73b1
|
@ -15,7 +15,6 @@
|
||||||
#include "object_manager.h"
|
#include "object_manager.h"
|
||||||
#include "json_interface.h"
|
#include "json_interface.h"
|
||||||
#include "regex_table.h"
|
#include "regex_table.h"
|
||||||
#include "rpc/rpc.h"
|
|
||||||
#include "ret_errno.h"
|
#include "ret_errno.h"
|
||||||
|
|
||||||
#define MAX_OBJ (300)
|
#define MAX_OBJ (300)
|
||||||
|
@ -24,7 +23,7 @@
|
||||||
#define ADD_JS_FILE (JS_FILE_ROOT"/secogateway/Product/user/object_manager/json_test/add.json")
|
#define ADD_JS_FILE (JS_FILE_ROOT"/secogateway/Product/user/object_manager/json_test/add.json")
|
||||||
#define DEL_JS_FILE (JS_FILE_ROOT"/secogateway/Product/user/object_manager/json_test/del.json")
|
#define DEL_JS_FILE (JS_FILE_ROOT"/secogateway/Product/user/object_manager/json_test/del.json")
|
||||||
#define MOD_JS_FILE (JS_FILE_ROOT"/secogateway/Product/user/object_manager/json_test/mod.json")
|
#define MOD_JS_FILE (JS_FILE_ROOT"/secogateway/Product/user/object_manager/json_test/mod.json")
|
||||||
#define QUERY_LIST_JS_FILE (JS_FILE_ROOT"/secogateway/Product/user/object_manager/json_test/page_queue.json")
|
#define QUERY_JS_FILE (JS_FILE_ROOT"/secogateway/Product/user/object_manager/json_test/page_queue.json")
|
||||||
#define DETAIL_JS_FILE (JS_FILE_ROOT"/secogateway/Product/user/object_manager/json_test/detail.json")
|
#define DETAIL_JS_FILE (JS_FILE_ROOT"/secogateway/Product/user/object_manager/json_test/detail.json")
|
||||||
#define SEARCH_JS_FILE (JS_FILE_ROOT"/secogateway/Product/user/object_manager/json_test/search.json")
|
#define SEARCH_JS_FILE (JS_FILE_ROOT"/secogateway/Product/user/object_manager/json_test/search.json")
|
||||||
|
|
||||||
|
@ -1268,7 +1267,7 @@ static void test_page_object(char *pVal)
|
||||||
int iCount = 0;
|
int iCount = 0;
|
||||||
PIFACE_QUERY_LIST pQuery = NULL;
|
PIFACE_QUERY_LIST pQuery = NULL;
|
||||||
PJSON_INTERFACE p = NULL;
|
PJSON_INTERFACE p = NULL;
|
||||||
const char *pJson = read_json_file(QUERY_LIST_JS_FILE);
|
const char *pJson = read_json_file(QUERY_JS_FILE);
|
||||||
|
|
||||||
(void) pVal;
|
(void) pVal;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue