From c94d0c347fdbd8acc774df4ac17617a3f63e4507 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sun, 9 Jul 2017 23:48:06 +0200 Subject: Delete old codebase This change removes version 1 of the OpenDC simulator codebase as it will be replaced by a complete rewrite in the Kotlin language. --- Testing/include/modeling/EntityTest.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Testing/include/modeling/EntityTest.h (limited to 'Testing/include/modeling/EntityTest.h') diff --git a/Testing/include/modeling/EntityTest.h b/Testing/include/modeling/EntityTest.h deleted file mode 100644 index ff7293ff..00000000 --- a/Testing/include/modeling/EntityTest.h +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once -#include "modeling\Entity.h" - -#include - -TEST(EntityTest, Constructor) -{ - Modeling::Entity e(10); - ASSERT_EQ(e.id, 10); -} \ No newline at end of file -- cgit v1.2.3