|
reSIProcate/stack
9694
|


Public Member Functions | |
| TestMacSecurity () | |
Static Public Member Functions | |
| static int | main () |
Definition at line 24 of file testMacSecurity.cxx.
| resip::TestMacSecurity::TestMacSecurity | ( | ) | [inline] |
Definition at line 28 of file testMacSecurity.cxx.
{};
| static int resip::TestMacSecurity::main | ( | ) | [inline, static] |
Definition at line 31 of file testMacSecurity.cxx.
References resip::MacSecurity::preload().
{
TestMacSecurity test;
// at first # of root certs should be 0
// assert(# of root certs == 0);
// load the root certs
test.preload();
// now the # of root certs should be > 0
// assert(# of root certs > 0);
return 0;
}

1.7.5.1