Skip to content

Commit

Permalink
[tests] Fix DetectAppManifest_ExecutableProject_NoPList
Browse files Browse the repository at this point in the history
  • Loading branch information
radical committed May 22, 2018
1 parent a5670f2 commit 18f7168
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ public void DetectAppManifest_ExecutableProject_NoPList ()
MonoTouchProjectInstance = MonoTouchProject.CreateProjectInstance ();

RunTarget_WithErrors (MonoTouchProjectInstance, TargetName.DetectAppManifest);
Assert.IsNull (MonoTouchProjectInstance.GetPropertyValue ("_AppManifest"), "#1");
Assert.IsNullOrEmpty (MonoTouchProjectInstance.GetPropertyValue ("_AppManifest"), "#1");
}

[Test]
Expand Down

0 comments on commit 18f7168

Please sign in to comment.