Author: hughesj
Date: Thu Jul 27 05:50:54 2006
New Revision: 426052
URL: http://svn.apache.org/viewvc?rev=426052&view=rev
Log:
Added child element creation tests to AllWodenTests
Modified:
incubator/woden/branches/WODEN-40/test/org/apache/woden/tests/AllWodenTests.java
Modified:
incubator/woden/branches/WODEN-40/test/org/apache/woden/tests/AllWodenTests.java
URL:
http://svn.apache.org/viewvc/incubator/woden/branches/WODEN-40/test/org/apache/woden/tests/AllWodenTests.java?rev=426052&r1=426051&r2=426052&view=diff
==============================================================================
---
incubator/woden/branches/WODEN-40/test/org/apache/woden/tests/AllWodenTests.java
(original)
+++
incubator/woden/branches/WODEN-40/test/org/apache/woden/tests/AllWodenTests.java
Thu Jul 27 05:50:54 2006
@@ -15,6 +15,8 @@
*/
package org.apache.woden.tests;
+import org.apache.woden.wsdl20.xml.ChildElementCreationTest;
+
import junit.framework.Test;
import junit.framework.TestSuite;
@@ -43,6 +45,7 @@
addTest(AllWodenTestsDOM.suite());
addTest(AllWodenTestsOM.suite());
+ addTest(ChildElementCreationTest.suite());
//TODO in-progress 30May06 tests for BindingOpExt and BindingMsgRefExt
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]