New test.
[mono.git] / mcs / nunit20 / util / AssemblyInfo.cs
index f18319daad9911bf0512a7c6c4fbe94c62096008..1a2c1e460458a1a2bad23fe4200fe2b418303589 100644 (file)
@@ -83,5 +83,9 @@ using System.Runtime.CompilerServices;
 //   (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
 //       documentation for more information on this.
 //
+#if TARGET_JVM
+[assembly: AssemblyDelaySign(false)]
+#else
 [assembly: AssemblyKeyFile("../../../nunit.key")]
 [assembly: AssemblyKeyName("")]
+#endif