? Success
Pull Request for # 7178

User tests: Successful: Unsuccessful:

avatar compojoom
compojoom
15 Jun 2015

#7178

Test by Using JFile::move with invalid $src parameter. Without the patch the function returns a string. With the patch it returns a boolean false. And the error is logged.

avatar compojoom compojoom - open - 15 Jun 2015
avatar zero-24 zero-24 - change - 15 Jun 2015
Labels Added: ?
avatar zero-24 zero-24 - change - 15 Jun 2015
Category Libraries
avatar zero-24 zero-24 - change - 15 Jun 2015
Status New Pending
avatar zero-24
zero-24 - comment - 15 Jun 2015

Tested successful thanks @compojoom

how to test

TestCode for the template index.php

After line 10 / the defined('_JEXEC') or die; check

$src = '/temp/joomla/joomla.php';
$dest = '/temp/joomla2/joomla.php';

echo JFile::move($src, $dest);


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7180.

avatar zero-24 zero-24 - test_item - 15 Jun 2015 - Tested successfully
avatar zero-24 zero-24 - change - 15 Jun 2015
Easy No Yes
avatar zero-24 zero-24 - change - 15 Jun 2015
Rel_Number 0 7178
Relation Type Pull Request for
avatar dgt41
dgt41 - comment - 15 Jun 2015

@test ok

avatar jwaisner
jwaisner - comment - 15 Jun 2015

@test

PR displays proper message after being applied.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7180.

avatar jwaisner jwaisner - test_item - 15 Jun 2015 - Tested successfully
avatar Bakual Bakual - change - 16 Jun 2015
Labels Added: ?
avatar Bakual
Bakual - comment - 16 Jun 2015

Merged with a31283d

Thanks

avatar Bakual Bakual - change - 16 Jun 2015
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2015-06-16 09:12:21
Closed_By Bakual
avatar Bakual Bakual - close - 16 Jun 2015
avatar zero-24 zero-24 - close - 16 Jun 2015
avatar zero-24 zero-24 - change - 14 Oct 2015
Labels Removed: ?

Add a Comment

Login with GitHub to post a comment