web/test/unittest_views_basecontrollers.py
changeset 8803 47dd517d6c6f
parent 8694 d901c36bcfce
child 8812 52af67a2f0a5
--- a/web/test/unittest_views_basecontrollers.py	Tue Mar 26 12:26:12 2013 +0100
+++ b/web/test/unittest_views_basecontrollers.py	Wed Mar 27 16:33:48 2013 +0100
@@ -533,18 +533,6 @@
             p.__class__.skip_copy_for = old_skips
 
 
-class EmbedControllerTC(CubicWebTC):
-
-    def test_nonregr_embed_publish(self):
-        # This test looks a bit stupid but at least it will probably
-        # fail if the controller API changes and if EmbedController is not
-        # updated (which is what happened before this test)
-        req = self.request()
-        req.form['url'] = 'http://www.logilab.fr/'
-        controller = self.vreg['controllers'].select('embed', req)
-        result = controller.publish(rset=None)
-
-
 class ReportBugControllerTC(CubicWebTC):
 
     def test_usable_by_guest(self):