From 3aff90f4a822fcf5d902bbfbcc9fa931d6191a8c Mon Sep 17 00:00:00 2001 From: "William R. Otte" Date: Mon, 24 Jul 2006 15:50:21 +0000 Subject: Repo restructuring --- TAO/tests/Bug_1812_Regression/Bug_1812_Regession.mpc | 9 +++++++++ TAO/tests/Bug_1812_Regression/Test.idl | 7 +++++++ TAO/tests/Bug_1812_Regression/test.cpp | 12 ++++++++++++ 3 files changed, 28 insertions(+) create mode 100755 TAO/tests/Bug_1812_Regression/Bug_1812_Regession.mpc create mode 100755 TAO/tests/Bug_1812_Regression/Test.idl create mode 100755 TAO/tests/Bug_1812_Regression/test.cpp (limited to 'TAO/tests/Bug_1812_Regression') diff --git a/TAO/tests/Bug_1812_Regression/Bug_1812_Regession.mpc b/TAO/tests/Bug_1812_Regression/Bug_1812_Regession.mpc new file mode 100755 index 00000000000..679a47c31c8 --- /dev/null +++ b/TAO/tests/Bug_1812_Regression/Bug_1812_Regession.mpc @@ -0,0 +1,9 @@ +// -*- MPC -*- +// $Id$ + +project (*Test) : taoserver { + + Source_Files { + test.cpp + } +} diff --git a/TAO/tests/Bug_1812_Regression/Test.idl b/TAO/tests/Bug_1812_Regression/Test.idl new file mode 100755 index 00000000000..176f713989b --- /dev/null +++ b/TAO/tests/Bug_1812_Regression/Test.idl @@ -0,0 +1,7 @@ +// $Id$ + +#include + +local interface foo { + void op (in CORBA::ValueFactory vf); +}; diff --git a/TAO/tests/Bug_1812_Regression/test.cpp b/TAO/tests/Bug_1812_Regression/test.cpp new file mode 100755 index 00000000000..d3b463ab1f1 --- /dev/null +++ b/TAO/tests/Bug_1812_Regression/test.cpp @@ -0,0 +1,12 @@ +// $Id$ + +#include "TestS.h" + +/** +* This test does not run - successful compile and link == successful test. +*/ +int +main (int, char *[]) +{ + return 0; +} -- cgit v1.2.1