From: Scott Cantor Date: Thu, 26 Apr 2007 20:56:56 +0000 (+0000) Subject: Checked in test by accident. X-Git-Tag: 2.0-alpha1~41 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=5d38a7bf41f369d21b722890fa72de5eae8e944b Checked in test by accident. --- diff --git a/samltest/encryption/EncryptedAssertionTest.cpp b/samltest/encryption/EncryptedAssertionTest.cpp deleted file mode 100644 index c835ff6..0000000 --- a/samltest/encryption/EncryptedAssertionTest.cpp +++ /dev/null @@ -1,27 +0,0 @@ -/* Generated file, do not edit */ - -#ifndef CXXTEST_RUNNING -#define CXXTEST_RUNNING -#endif - -#define _CXXTEST_HAVE_STD -#define _CXXTEST_HAVE_EH -#define _CXXTEST_ABORT_TEST_ON_FAIL -#include -#include -#include -#include - -#include "c:\cvs\cpp-opensaml2\samltest\encryption\EncryptedAssertionTest.h" - -static EncryptedAssertionTest suite_EncryptedAssertionTest; - -static CxxTest::List Tests_EncryptedAssertionTest = { 0, 0 }; -CxxTest::StaticSuiteDescription suiteDescription_EncryptedAssertionTest( "c:\\cvs\\cpp-opensaml2\\samltest\\encryption\\EncryptedAssertionTest.h", 30, "EncryptedAssertionTest", suite_EncryptedAssertionTest, Tests_EncryptedAssertionTest ); - -static class TestDescription_EncryptedAssertionTest_testEncryptedAssertion : public CxxTest::RealTestDescription { -public: - TestDescription_EncryptedAssertionTest_testEncryptedAssertion() : CxxTest::RealTestDescription( Tests_EncryptedAssertionTest, suiteDescription_EncryptedAssertionTest, 59, "testEncryptedAssertion" ) {} - void runTest() { suite_EncryptedAssertionTest.testEncryptedAssertion(); } -} testDescription_EncryptedAssertionTest_testEncryptedAssertion; -