Minor changes to optimise new installs
This commit is contained in:
@@ -26,7 +26,7 @@ class RoutingTest extends TestCase
|
||||
*/
|
||||
public function test_zc()
|
||||
{
|
||||
//$this->seed(NodeHierarchy::class);
|
||||
//$this->seed(TestNodeHierarchy::class);
|
||||
|
||||
$nodes = $this->zone();
|
||||
$this->assertEquals(52,$nodes->count());
|
||||
@@ -100,7 +100,7 @@ class RoutingTest extends TestCase
|
||||
*/
|
||||
public function test_rc()
|
||||
{
|
||||
//$this->seed(NodeHierarchy::class);
|
||||
//$this->seed(TestNodeHierarchy::class);
|
||||
|
||||
// Pick ZC without any session info - we have 0 children
|
||||
$ao = Address::findFTN('100:1/0@domain-a');
|
||||
@@ -147,7 +147,7 @@ class RoutingTest extends TestCase
|
||||
*/
|
||||
public function test_nc()
|
||||
{
|
||||
//$this->seed(NodeHierarchy::class);
|
||||
//$this->seed(TestNodeHierarchy::class);
|
||||
|
||||
// Pick a HC without any session info - we have 0 children
|
||||
$ao = Address::findFTN('100:20/0@domain-a');
|
||||
@@ -181,7 +181,7 @@ class RoutingTest extends TestCase
|
||||
*/
|
||||
public function test_hc()
|
||||
{
|
||||
//$this->seed(NodeHierarchy::class);
|
||||
//$this->seed(TestNodeHierarchy::class);
|
||||
|
||||
// Pick a HC without any session info - we have 0 children
|
||||
$ao = Address::findFTN('100:20/2000@domain-a');
|
||||
@@ -202,7 +202,7 @@ class RoutingTest extends TestCase
|
||||
|
||||
public function test_node()
|
||||
{
|
||||
//$this->seed(NodeHierarchy::class);
|
||||
//$this->seed(TestNodeHierarchy::class);
|
||||
|
||||
// Node with session details still doesnt have any children
|
||||
$ao = Address::findFTN('100:20/2001@domain-a');
|
||||
|
Reference in New Issue
Block a user