Index: branches/1.2.x/tests/tests_config.php =================================================================== diff -u -r16762 -r16823 --- branches/1.2.x/tests/tests_config.php (.../tests_config.php) (revision 16762) +++ branches/1.2.x/tests/tests_config.php (.../tests_config.php) (revision 16823) @@ -7,6 +7,6 @@ 'EventHandlerClass' => array('class' => 'kEventHandler', 'file' => '', 'build_event' => 'OnBuild'), 'RegisterClasses' => array( - array('pseudo' => 'UserRegistrationPage', 'class' => 'UserRegistrationPage', 'file' => 'pages/UserRegistrationPage.php'), + array('pseudo' => 'UserRegistrationPage', 'class' => 'UserRegistrationPage', 'file' => 'PageObject/UserRegistrationPage.php'), ), );