³ò
Jé¬Fc           @   sE   d  d k  Z  d  d k l Z l Z d Z d e  i f d „  ƒ  YZ d S(   iÿÿÿÿN(   t   splicet   configs   tests/data/splice/config.init
   SpliceTestc           B   s#   e  Z d  „  Z d „  Z d „  Z RS(   c         C   sš   t  i t ƒ t ƒ  } |  i d t | i d ƒ ƒ ƒ |  i d t | i d ƒ ƒ ƒ |  i d t | i d ƒ ƒ ƒ |  i d | i d ƒ d	 i i ƒ d  S(
   Ni   t   entryi   s   planet:sourcei   s   planet:names   test planett   titlei    (	   R   t   loadt
   configfileR    t   assertEqualt   lent   getElementsByTagNamet
   firstChildt	   nodeValue(   t   selft   doc(    (    s.   /home/sgala/newcode/venus/tests/test_splice.pyt   test_splice
   s    		c         C   s‡   t  i t ƒ t  i i d ƒ t ƒ  } |  i d t | i d ƒ ƒ ƒ |  i d t | i d ƒ ƒ ƒ |  i d t | i d ƒ ƒ ƒ d  S(   Ns    tests/data/spider/testfeed2.atomi   R   i   s   planet:sourcei   s   planet:name(	   R   R   R   t   parsert   remove_sectionR    R   R   R	   (   R   R   (    (    s.   /home/sgala/newcode/venus/tests/test_splice.pyt   test_splice_unsub   s    	c         C   s   t  i t ƒ t  i i d d d ƒ t ƒ  } |  i d t | i d ƒ ƒ ƒ |  i d t | i d ƒ ƒ ƒ |  i d t | i d	 ƒ ƒ ƒ d  S(
   Nt   Planett   new_feed_itemst   3i	   R   i   s   planet:sourcei   s   planet:name(	   R   R   R   R   t   setR    R   R   R	   (   R   R   (    (    s.   /home/sgala/newcode/venus/tests/test_splice.pyt   test_splice_new_feed_items   s    	(   t   __name__t
   __module__R   R   R   (    (    (    s.   /home/sgala/newcode/venus/tests/test_splice.pyR      s   	
	(   t   unittestt   planet.spliceR    R   R   t   TestCaseR   (    (    (    s.   /home/sgala/newcode/venus/tests/test_splice.pys   <module>   s   
