From 438b2d26a1f2beb95c754c24b170b5347d22e228 Mon Sep 17 00:00:00 2001 From: mneumann Date: Mon, 15 Nov 2004 23:26:20 +0000 Subject: * imported and refactored original test cases * added methods XMLRPC::XMLParser.each_installed_parser and XMLRPC::XMLWriter.each_installed_writer to simply original test cases * use Object#allocate instead of defining an empty #initialize * module XMLRPC::Marshallable is now only used for tagging git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/xmlrpc/data/fault.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/xmlrpc/data/fault.xml (limited to 'test/xmlrpc/data/fault.xml') diff --git a/test/xmlrpc/data/fault.xml b/test/xmlrpc/data/fault.xml new file mode 100644 index 000000000..041c464eb --- /dev/null +++ b/test/xmlrpc/data/fault.xml @@ -0,0 +1,16 @@ + + + + + + faultCode + 4 + + + faultString + an error message + + + + + -- cgit