@@ -176,7 +176,8 @@ function testDependencyResolution() {
// Verify that the original module was installed.
$this->assertTrue(module_exists('forum'),'Module installation with unlisted dependencies succeeded.');
// Finally, verify that the modules were enabled in the correct order.
$this->assertEqual(variable_get('test_module_enable_order',array()),array('php','poll','forum'),'Modules were enabled in the correct order by module_enable().');