Revert "Fix running debug projects that use unit testing"

This reverts commit ced3dd2.
This commit is contained in:
Birunthan Mohanathas
2013-06-13 20:23:42 +03:00
parent ced3dd20ca
commit d63bb00f94
7 changed files with 12 additions and 44 deletions

View File

@ -16,9 +16,11 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "../Common/Test.h"
#include "CppUnitTest.h"
#include "ConfigParser.h"
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
TEST_CLASS(Library_ConfigParser_Test)
{
public: