diff options
| author | James Willcox <snopr@snorp.net> | 2005-09-14 17:30:00 +0000 | 
|---|---|---|
| committer | James Willcox <snopr@snorp.net> | 2005-09-14 17:30:00 +0000 | 
| commit | 86f39f494f9c76850badf39aa4357dcfd2dda43a (patch) | |
| tree | 1f845a33db6dfbc33c738a04a1432f44a376c2e7 | |
| parent | be92f867e49b2ea1cd3239b8944f45c436e6301b (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.cs | 4 | 
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)  | 
