Bug fixes for lcs.diff2html; xml.writer
[factor/jcg.git] / basis / channels / remote / remote-tests.factor
blob03967c954eeac86ab4d534ff3b3a360ae73d7acb
1 ! Copyright (C) 2005 Chris Double. All Rights Reserved.
2 ! See http://factorcode.org/license.txt for BSD license.
4 USING: kernel tools.test math assocs channels channels.remote
5 channels.remote.private ;
6 IN: channels.remote.tests
8 { t } [
9     remote-channels assoc?
10 ] unit-test
12 { t f } [
13     <channel> publish [
14         get-channel channel?
15     ] keep 
16     [ unpublish ] keep
17     get-channel
18 ] unit-test