[Product-Developers] Differences between addProduct() and addProfile() for Products.PloneTestCase

2011-03-24 Thread Noe Misael Nieto Arroyo
I'm trying to write some tests. Looking under the hood I found that PloneTestCase class defines two class methods: addProfile() and addProduct(). The former Imports an extension profile into the site. whereas the latter Quickinstalls a product into the site. What's the difference between both

Re: [Product-Developers] Differences between addProduct() and addProfile() for Products.PloneTestCase

2011-03-24 Thread Ross Patterson
Noe Misael Nieto Arroyo n...@iservices.com.mx writes: I'm trying to write some tests. Looking under the hood I found that PloneTestCase class defines two class methods: addProfile() and addProduct(). The former Imports an extension profile into the site. whereas the latter Quickinstalls a

Re: [Product-Developers] Differences between addProduct() and addProfile() for Products.PloneTestCase

2011-03-24 Thread Noe Misael Nieto Arroyo
Thank you very much. That was very clear. --- noe 2011/3/24 Ross Patterson m...@rpatterson.net Noe Misael Nieto Arroyo n...@iservices.com.mx writes: I'm trying to write some tests. Looking under the hood I found that PloneTestCase class defines two class methods: addProfile() and