File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/MSBuildDeviceIntegration/Tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ protected override void OnStart ()
47
47
} catch (Java.IO.IOException) {
48
48
GC.Collect ();
49
49
}
50
+ Console.WriteLine (""XXX:OnStart done"");
50
51
}
51
52
52
53
class StreamMediaDataSource (System.IO.Stream data) : MediaDataSource
@@ -81,7 +82,6 @@ public override void Close ()
81
82
}
82
83
" ;
83
84
84
- // All Tests here require the emulator to be started with -writable-system
85
85
[ Test ]
86
86
public void MarshalMethodsAppRuns ( )
87
87
{
@@ -103,7 +103,7 @@ public void MarshalMethodsAppRuns ()
103
103
Assert . True ( apkBuilder . Install ( proj ) , "Project should have installed." ) ;
104
104
RunProjectAndAssert ( proj , apkBuilder ) ;
105
105
106
- const string expectedLogcatOutput = "XXX:END //StreamMediaDataSource.ReadAt " ;
106
+ const string expectedLogcatOutput = "XXX:OnStart done " ;
107
107
Assert . IsTrue (
108
108
MonitorAdbLogcat (
109
109
InstallAndRunTests . CreateLineChecker ( expectedLogcatOutput ) ,
You can’t perform that action at this time.
0 commit comments