Przeglądaj źródła

Removed old and broken unit test

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20529 44c647ce-9c0f-0410-b52a-842ac1e357ba
jonathan_maron 16 lat temu
rodzic
commit
18a5fc579a
1 zmienionych plików z 1 dodań i 7 usunięć
  1. 1 7
      tests/Zend/Service/LiveDocx/MailMergeTest.php

+ 1 - 7
tests/Zend/Service/LiveDocx/MailMergeTest.php

@@ -378,13 +378,7 @@ class Zend_Service_LiveDocx_MailMergeTest extends PHPUnit_Framework_TestCase
         $expectedResults = array('bmp' , 'gif' , 'jpg' , 'png' , 'tiff');
         $this->assertEquals($expectedResults, $this->phpLiveDocx->getImageFormats());
     }
-
-    public function testGetDocumentAccessOptions()
-    {
-        $expectedResults = array('AllowAuthoring' , 'AllowAuthoringFields' , 'AllowContentAccessibility' , 'AllowDocumentAssembly' , 'AllowExtractContents' , 'AllowGeneralEditing' , 'AllowHighLevelPrinting' , 'AllowLowLevelPrinting' , 'AllowAll');
-        $this->assertEquals($expectedResults, $this->phpLiveDocx->getDocumentAccessOptions());
-    }
-    
+   
     // -------------------------------------------------------------------------
 
     public function testGetBitmaps()