summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Willcox <snopr@snorp.net>2005-09-14 17:30:00 +0000
committerJames Willcox <snopr@snorp.net>2005-09-14 17:30:00 +0000
commit86f39f494f9c76850badf39aa4357dcfd2dda43a (patch)
tree1f845a33db6dfbc33c738a04a1432f44a376c2e7
parentbe92f867e49b2ea1cd3239b8944f45c436e6301b (diff)
update the test
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@588 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--avahi-sharp/AvahiTest.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/avahi-sharp/AvahiTest.cs b/avahi-sharp/AvahiTest.cs
index 5def8a1..a23eee5 100644
--- a/avahi-sharp/AvahiTest.cs
+++ b/avahi-sharp/AvahiTest.cs
@@ -35,8 +35,8 @@ public class AvahiTest {
eg.AddService ("foobar2", "_daap._tcp", client.DomainName,
444, new string[] { "foo", "bar", "baz" });
eg.Commit ();
-
- Application.Run ();
+ Console.WriteLine ("Press enter to quit");
+ Console.ReadLine ();
}
private static void OnEntryGroupChanged (object o, EntryGroupState state)