diff options
Diffstat (limited to 'lib/jsoncpp/src/test_lib_json/jsontest.cpp')
-rw-r--r-- | lib/jsoncpp/src/test_lib_json/jsontest.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/jsoncpp/src/test_lib_json/jsontest.cpp b/lib/jsoncpp/src/test_lib_json/jsontest.cpp index dfd2b5c77d..02e7b21699 100644 --- a/lib/jsoncpp/src/test_lib_json/jsontest.cpp +++ b/lib/jsoncpp/src/test_lib_json/jsontest.cpp @@ -1,3 +1,8 @@ +// Copyright 2007-2010 Baptiste Lepilleur +// Distributed under MIT license, or public domain if desired and +// recognized in your jurisdiction. +// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE + #define _CRT_SECURE_NO_WARNINGS 1 // Prevents deprecation warning with MSVC #include "jsontest.h" #include <stdio.h> @@ -304,6 +309,11 @@ TestCase::TestCase() } +TestCase::~TestCase() +{ +} + + void TestCase::run( TestResult &result ) { |