瀏覽代碼

removed ZBridgeServerSync test from repository due wrangling is included in other tests allready

malknet42 11 年之前
父節點
當前提交
53328a924f

+ 0 - 8
test-plugins/org.yakindu.sct.generator.cpp.test/gtests/ZBridgeServerSyncTest/ZBridgeServerSync.sgen

@@ -1,8 +0,0 @@
-GeneratorModel for yakindu::cpp {
-	statechart ZBridgeServerSync {
-		feature Outlet {
-			targetProject = "gtests"
-			targetFolder = "ZBridgeServerSyncTest"
-		}
-	}
-}

+ 0 - 20
test-plugins/org.yakindu.sct.generator.cpp.test/gtests/ZBridgeServerSyncTest/ZBridgeServerSyncTest.cc

@@ -1,20 +0,0 @@
-/**
-* Copyright (c) 2014 committers of YAKINDU and others.
-* All rights reserved. This program and the accompanying materials
-* are made available under the terms of the Eclipse Public License v1.0
-* which accompanies this distribution, and is available at
-* http://www.eclipse.org/legal/epl-v10.html
-*
-* Contributors:
-*     committers of YAKINDU - initial API and implementation
-*/
-#include <string>
-#include "gtest/gtest.h"
-#include "ZBridgeServerSync.h"
-
-TEST(StatemachineTest, ZBridgeServerSyncTest) {
-	ZBridgeServerSync* statechart = new ZBridgeServerSync();
-	statechart->init();
-	statechart->enter();
-	delete statechart;
-}