mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix tests app paths
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import application = require("application");
|
||||
application.mainModule = "app/xml-declaration/mainPage";
|
||||
application.mainModule = "xml-declaration/mainPage";
|
||||
application.start();
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<Page xmlns="http://www.nativescript.org/tns.xsd" loaded="MyPageLoaded"
|
||||
xmlns:customControls="app/xml-declaration/mymodule"
|
||||
xmlns:customControls2="app/xml-declaration/mymodulewithxml">
|
||||
xmlns:customControls="xml-declaration/mymodule"
|
||||
xmlns:customControls2="xml-declaration/mymodulewithxml">
|
||||
<TabView>
|
||||
<TabView.items>
|
||||
<TabViewItem title="Tab 1">
|
||||
@@ -59,4 +59,4 @@
|
||||
</TabViewItem>
|
||||
</TabView.items>
|
||||
</TabView>
|
||||
</Page>
|
||||
</Page>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<StackLayout xmlns:customControls="app/xml-declaration/mymodule">
|
||||
<StackLayout xmlns:customControls="xml-declaration/mymodule">
|
||||
<Label id="Label1" text="mymodulewithxml" />
|
||||
<Button text="Click!" tap="buttonTap2" />
|
||||
</StackLayout>
|
||||
|
||||
Reference in New Issue
Block a user