Return-Path: X-Original-To: apmail-corinthia-commits-archive@minotaur.apache.org Delivered-To: apmail-corinthia-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8E859102F7 for ; Thu, 1 Jan 2015 10:13:15 +0000 (UTC) Received: (qmail 97114 invoked by uid 500); 1 Jan 2015 10:13:16 -0000 Delivered-To: apmail-corinthia-commits-archive@corinthia.apache.org Received: (qmail 97076 invoked by uid 500); 1 Jan 2015 10:13:16 -0000 Mailing-List: contact commits-help@corinthia.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@corinthia.incubator.apache.org Delivered-To: mailing list commits@corinthia.incubator.apache.org Received: (qmail 96987 invoked by uid 99); 1 Jan 2015 10:13:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jan 2015 10:13:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 01 Jan 2015 10:13:14 +0000 Received: (qmail 95527 invoked by uid 99); 1 Jan 2015 10:10:24 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jan 2015 10:10:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E3411A3BB85; Thu, 1 Jan 2015 10:10:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jani@apache.org To: commits@corinthia.incubator.apache.org Date: Thu, 01 Jan 2015 10:10:37 -0000 Message-Id: In-Reply-To: <061b1e96cdd646b1b47607d0fe2e5573@git.apache.org> References: <061b1e96cdd646b1b47607d0fe2e5573@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [15/19] incubator-corinthia git commit: work X-Virus-Checked: Checked by ClamAV on apache.org 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 Authored: Tue Dec 30 18:14:06 2014 +0100 Committer: jani 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 - -static void test_sample(void) -{ -} - -TestGroup NamesTests = { - "core.lib", { - { "sample", PlainTest, test_sample }, - { NULL, PlainTest, NULL } - } -};