MINOR: Mark tests incomplete

This commit is contained in:
Andrew O'Neil 2012-07-23 13:50:10 +12:00
parent 07303ca879
commit 5681f028ea
2 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,8 @@ class DMSDocumentTest extends SapphireTest {
}
function testAddPageRelation() {
$this->markTestIncomplete('DMS is WIP');
$s1 = $this->objFromFixture('SiteTree','s1');
$s2 = $this->objFromFixture('SiteTree','s2');
$s3 = $this->objFromFixture('SiteTree','s3');

View File

@ -48,6 +48,8 @@ class DMSTest extends SapphireTest {
function testDMSStorage() {
$this->markTestIncomplete('DMS is WIP');
$dms = DMS::getDMSInstance();
$file = BASE_PATH . DIRECTORY_SEPARATOR . self::$testFile;
@ -60,6 +62,8 @@ class DMSTest extends SapphireTest {
}
function testDMSFolderSpanning() {
$this->markTestIncomplete('DMS is WIP');
DMS::$dmsFolderSize = 5;
$dms = DMS::getDMSInstance();