Development

Changeset 8385

You must first sign up to be able to contribute.

Changeset 8385

Show
Ignore:
Timestamp:
04/10/08 16:13:52 (2 years ago)
Author:
fabien
Message:

fixed m2m functional tests as now admin_double_list does not depend on prototype anymore

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/plugins/sfPropelPlugin/test/functional/m2mTest.php

    r8260 r8385  
    3333    checkEditCustomization('m2m relationship (admin_double_list)', array('display' => array('title', 'body', 'author_article'), 'fields' => array('author_article' => array('type' => 'admin_double_list', 'params' => array('through_class' => 'AuthorArticle')))))-> 
    3434    checkResponseElement('script[src*="double_list"]')-> 
    35     checkResponseElement('script[src*="prototype"]')-> 
    36     checkResponseElement('script[src]', 2)-> 
     35    checkResponseElement('script[src*="prototype"]', false)-> 
     36    checkResponseElement('script[src]', 1)-> 
    3737    checkResponseElement('link[href][media]', 2)-> 
    3838    checkResponseElement('div.form-row label', 'Author article:', array('position' => 2))-> 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.