Fix the ui-tests-app

This commit is contained in:
Erjan Gavalji
2015-03-25 09:21:05 +02:00
parent f3d1134058
commit 5b96287640

View File

@ -10,7 +10,7 @@ trace.enable();
trace.setCategories(trace.categories.Test);
export function createPage() {
var basePath = "../tests/pages/";
var basePath = "pages/";
var txtInput = new text.TextView();
var btn = new button.Button();