/**
  * testCheckRemoteDir
  *
  * @return void
  * @author Rob Mcvey
  **/
 public function testCheckRemoteDir()
 {
     $this->AmazonS3->file = 'foo.jpg';
     $this->AmazonS3->checkRemoteDir('/flip/flop/bing/bing/toss/');
     $this->assertEqual('flip/flop/bing/bing/toss/foo.jpg', $this->AmazonS3->file);
 }