summaryrefslogtreecommitdiffstats
path: root/csharp
diff options
context:
space:
mode:
Diffstat (limited to 'csharp')
-rw-r--r--csharp/examples/runme.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/csharp/examples/runme.cs b/csharp/examples/runme.cs
index fc1b23b2..f1c99530 100644
--- a/csharp/examples/runme.cs
+++ b/csharp/examples/runme.cs
@@ -14,10 +14,10 @@ public class runme
Console.WriteLine("new LassoServer");
LassoServer server = new LassoServer(
- "../tests/data/idp1-la/metadata.xml",
+ "../../tests/data/idp1-la/metadata.xml",
"",
- "../tests/data/idp1-la/private-key-raw.pem",
- "../tests/data/idp1-la/certificate.pem",
+ "../../tests/data/idp1-la/private-key-raw.pem",
+ "../../tests/data/idp1-la/certificate.pem",
lasso.lassoSignatureMethodRsaSha1);