Ignore:
Timestamp:
Feb 19, 2014 2:28:00 AM (10 years ago)
Author:
anonymous
Message:

Merged in changes from trunk to finish Eli's branch.

Location:
branches/eli_branch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eli_branch

  • branches/eli_branch/tests/Auth_SQLTest.php

    r447 r467  
    256256        $this->assertType('array', $result);
    257257    }
    258 
    259 //     function test_inclearancezone()
    260 //     {
    261 //         $result = $this->Auth_SQL->inclearancezone(PARAM);
    262 //         $expected = EXPECTED_VAL;
    263 //         $this->assertEquals($expected, $result);
    264 //     }
    265 //
    266 //     function test_requireaccessclearance()
    267 //     {
    268 //         $result = $this->Auth_SQL->requireaccessclearance(PARAM);
    269 //         $expected = EXPECTED_VAL;
    270 //         $this->assertEquals($expected, $result);
    271 //     }
    272 
    273258}
    274259// Running the test.
Note: See TracChangeset for help on using the changeset viewer.