joomla-projects / GSOC-Webdriver_system_tests_for_CMS

[READ-ONLY] This repo is no longer in active development. Please see https://github.com/joomla/joomla-cms | REPOSITORY NOT ANYMORE IN USE, see readme
https://github.com/joomla-projects/GSOC-Webdriver_system_tests_for_CMS/blob/staging/README.md
GNU General Public License v2.0
0 stars 3 forks source link

Update ConfigFrontEnd0002Test.php #104

Closed kshitijSharma2014 closed 9 years ago

kshitijSharma2014 commented 9 years ago

@puneet0191 @javigomez please review it. thanks

puneet0191 commented 9 years ago

@kshitijSharma2014 I tested your PR, and I am now getting this result:

Configuration read from /home/puneet/Projects/GSOC-Webdriver_system_tests_for_CMS/tests/system/webdriver/tests/phpunit.xml.dist

FF..

Time: 50.16 seconds, Memory: 3.75Mb

There were 2 failures:

1) ConfigFrontEnd0001Test::testChangeSiteName Site name has changed Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ -'Joomla Testing' +'Joomla'

/home/puneet/Projects/GSOC-Webdriver_system_tests_for_CMS/tests/system/webdriver/tests/services/ConfigFrontEnd0001Test.php:72

2) ConfigFrontEnd0002Test::testChangeMetaDescription Site Meta Description has changed Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ -'JoomlaTestMetaDescription' +''

puneet0191 commented 9 years ago

@kshitijSharma2014 Closing this one, the changes were not required it is working as expected