You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2005/10/13 05:47:45 UTC

svn commit: r320636 - /webservices/axis2/trunk/c/modules/common/test/common_test.h

Author: damitha
Date: Wed Oct 12 20:47:40 2005
New Revision: 320636

URL: http://svn.apache.org/viewcvs?rev=320636&view=rev
Log:
Sorry I have forgotten to add this file

Added:
    webservices/axis2/trunk/c/modules/common/test/common_test.h

Added: webservices/axis2/trunk/c/modules/common/test/common_test.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/common/test/common_test.h?rev=320636&view=auto
==============================================================================
--- webservices/axis2/trunk/c/modules/common/test/common_test.h (added)
+++ webservices/axis2/trunk/c/modules/common/test/common_test.h Wed Oct 12 20:47:40 2005
@@ -0,0 +1,8 @@
+#ifndef COMMON_TEST_H
+#define COMMON_TEST_H
+
+#include <CuTest.h>
+
+CuSuite* axis2_commonGetSuite();
+
+#endif /* COMMON_TEST_H */