Skip to content

Commit

Permalink
(Windowsでの $conf->path_files のテストを修正)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomk79 committed Jul 29, 2015
1 parent 1c01fcd commit 415ad2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion px-files/_sys/tests/apiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ public function testConfPathCache($test_name, $conf_path_files, $page_path, $res
$this->assertTrue( $this->common_error( $output ) );
$output = json_decode($output);
// var_dump($output);
$this->assertEquals( $output, $this->fs->get_realpath(__DIR__.'/testData/standard'.$result) );
$this->assertEquals( $this->fs->get_realpath(realpath('/').$output), $this->fs->get_realpath(__DIR__.'/testData/standard'.$result) );



Expand Down

0 comments on commit 415ad2d

Please sign in to comment.