From 38537193a62d45db108527d242988f6dc13793af Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Thu, 10 Dec 2009 19:52:35 +0100 Subject: Removed not needed code and fixed Makefile to run test unit test --- unit-tests/POCDemo.py | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 unit-tests/POCDemo.py (limited to 'unit-tests/POCDemo.py') diff --git a/unit-tests/POCDemo.py b/unit-tests/POCDemo.py deleted file mode 100644 index 475a62b..0000000 --- a/unit-tests/POCDemo.py +++ /dev/null @@ -1,12 +0,0 @@ -import libxml2 -import demomodule # This is our core module - -class POCDemo: - """Demo of a wrapper class to return proper python libxml2 objects""" - - def GetXMLdoc(self): - return libxml2.xmlDoc( _obj = demomodule.dump_doc() ) - - def GetXMLnode(self): - return libxml2.xmlNode( _obj = demomodule.dump_node() ) - -- cgit