You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by ja...@apache.org on 2015/01/01 11:10:37 UTC

[15/19] incubator-corinthia git commit: work

work


Project: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/commit/a0e6aa15
Tree: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/tree/a0e6aa15
Diff: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/diff/a0e6aa15

Branch: refs/heads/RTC_platform
Commit: a0e6aa15f1874424faf795ae9e51ea73c48ab817
Parents: f3d20d1
Author: jani <ja...@apache.org>
Authored: Tue Dec 30 18:14:06 2014 +0100
Committer: jani <ja...@apache.org>
Committed: Tue Dec 30 18:14:06 2014 +0100

----------------------------------------------------------------------
 DocFormats/core/tests/names/NamesTests.c | 27 ---------------------------
 1 file changed, 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/a0e6aa15/DocFormats/core/tests/names/NamesTests.c
----------------------------------------------------------------------
diff --git a/DocFormats/core/tests/names/NamesTests.c b/DocFormats/core/tests/names/NamesTests.c
deleted file mode 100644
index 2e94015..0000000
--- a/DocFormats/core/tests/names/NamesTests.c
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright 2012-2014 UX Productivity Pty Ltd
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
-#include "DFUnitTest.h"
-#include <stddef.h>
-
-static void test_sample(void)
-{
-}
-
-TestGroup NamesTests = {
-    "core.lib", {
-        { "sample", PlainTest, test_sample },
-        { NULL, PlainTest, NULL }
-    }
-};