Test results for the library
QJson
-
0.7.1
on
x86
Summary
Total tests
44
Passed / Failed tests
44 / 0
Warnings
1
Verdict
Test Passed
Warnings (1)
[+]
Unexpected Output
(1 warning)
parser.h
,
libqjson.so.0.7.1
namespace
QJson
[+]
Parser::parse
(
QByteArray const&
jsonData
,
bool*
ok
)
:
QVariant
[ symbol:
_ZN5QJson6Parser5parseERK10QByteArrayPb
]
json_parser - syntax error found, forcing abort
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <QtCore/qvariant.h>
#include <qjson/parser.h>
using
namespace
QJson;
int
main(
int
argc
,
char
*
argv
[
]
)
{
Parser*
parser
=
new
Parser(
)
;
QByteArray
jsonData
(
"str"
);
bool
ok
;
parser
->
parse
(
jsonData
, &
ok
);
//target call
return
0
;
}
to the top
Generated on Fri Oct 15 17:36:31 2010 for
QJson
by
API Sanity Autotest
1.12
The cross-platform generator of basic unit tests for a dynamic C/C++ library