[tests] Android doesn't have access to Assembly.Location
authorMarek Habersack <grendel@twistedcode.net>
Wed, 24 Jun 2015 21:21:53 +0000 (23:21 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Wed, 15 Jul 2015 18:45:26 +0000 (20:45 +0200)
commit4415d1f58e8eb12078d5bc043d437e388672a258
tree5dabd404c933730d713c97f1fbddbab60727cc53
parent405e9df234cc4f6f8b0391096f65c547d67f9b02
[tests] Android doesn't have access to Assembly.Location

Attempts to access the test dll which won't work on Android since the
dll is either in the apk or bundled in the native code or not there at
all (AOT)
mcs/class/System/Test/System.Net/WebClientTestAsync.cs