File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ public void InvalidAssetDirectoryWithNonASCIIChars ()
149
149
using ( var b = CreateApkBuilder ( Path . Combine ( "temp" , "InvalidAssetDirectoryWithNonASCIIChars_Ümläüt" , proj . ProjectName ) ) ) {
150
150
b . ThrowOnBuildFailure = false ;
151
151
Assert . AreEqual ( ! IsWindows , b . Build ( proj ) , $ "{ proj . ProjectName } should { ( IsWindows ? "not " : "" ) } have built successfully.") ;
152
- Assert . AreEqual ( IsWindows , b . LastBuildOutput . ContainsText ( "APT2265" ) , $ "APT2265 should { ( IsWindows ? "not " : "" ) } have been raised.") ;
152
+ Assert . AreEqual ( IsWindows , b . LastBuildOutput . ContainsText ( "APT2265" ) , $ "APT2265 should { ( IsWindows ? "" : "not " ) } have been raised.") ;
153
153
}
154
154
}
155
155
You can’t perform that action at this time.
0 commit comments