File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 132
132
<DependentUpon >App.xaml</DependentUpon >
133
133
</Compile >
134
134
<Compile Include =" MainTestHost.xaml.cs" >
135
- <DependentUpon >MainPage .xaml</DependentUpon >
135
+ <DependentUpon >MainTestHost .xaml</DependentUpon >
136
136
</Compile >
137
137
<Compile Include =" Properties\AssemblyInfo.cs" />
138
138
</ItemGroup >
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public static void ClassCleanup()
35
35
}
36
36
37
37
[ TestMethod ]
38
- [ TestPage ( "SimpleTest " ) ]
38
+ [ TestPage ( "SimpleTestPage " ) ]
39
39
public void SimpleTestMethod ( )
40
40
{
41
41
var button = new Button ( FindElement . ByName ( "Click Me" ) ) ;
Original file line number Diff line number Diff line change 26
26
<!-- When we're in the UI app used by the test harness, include all the pages -->
27
27
<When Condition =" '$(IsTestHost)' == 'true'" >
28
28
<ItemGroup >
29
- <Page Include =" $(MSBuildThisFileDirectory)**\*Page.xaml" Exclude =" **\bin\**\*Page.xaml;**\obj\**\*Page.xaml" SubType =" Designer" Generator =" MSBuild:Compile" />
29
+ <Page Include =" $(MSBuildThisFileDirectory)**\*Page.xaml" Exclude =" **\bin\**\*Page.xaml;**\obj\**\*Page.xaml" Link = " %(RecursiveDir)%(FileName)%(Extension) " SubType =" Designer" Generator =" MSBuild:Compile" />
30
30
<Compile Include =" $(MSBuildThisFileDirectory)**\*Page.xaml.cs" DependentUpon =" %(Filename)" />
31
31
</ItemGroup >
32
32
</When >
You can’t perform that action at this time.
0 commit comments