Changeset 330
- Timestamp:
- 05/22/07 18:22:43 (2 years ago)
- Files:
-
- version_0/tests/test_basic.rb (modified) (2 diffs)
- version_0/tests/test_eventables.rb (modified) (2 diffs)
- version_0/tests/test_exc.rb (modified) (2 diffs)
- version_0/tests/test_futures.rb (modified) (2 diffs)
- version_0/tests/test_hc.rb (modified) (2 diffs)
- version_0/tests/test_httpclient.rb (modified) (2 diffs)
- version_0/tests/test_ltp.rb (modified) (2 diffs)
- version_0/tests/test_timers.rb (modified) (2 diffs)
- version_0/tests/test_ud.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
version_0/tests/test_basic.rb
r232 r330 1 1 # $Id$ 2 2 # 3 # Author:: blackhedd (gmail address: garbagecat10). 4 # Date:: 8 Apr 2006 5 # 6 # Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved. 7 # 8 # This program is made available under the terms of the GPL version 2. 9 # 3 # Author:: Francis Cianfrocca (gmail: blackhedd) 4 # Homepage:: http://rubyeventmachine.com 5 # Date:: 8 April 2006 6 # 10 7 # See EventMachine and EventMachine::Connection for documentation and 11 8 # usage examples. … … 13 10 #---------------------------------------------------------------------------- 14 11 # 15 # Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved. 16 # 17 # Gmail: garbagecat10 18 # 12 # Copyright (C) 2006-07 by Francis Cianfrocca. All Rights Reserved. 13 # Gmail: blackhedd 14 # 19 15 # This program is free software; you can redistribute it and/or modify 20 # it under the terms of the GNU General Public License as published by 21 # the Free Software Foundation; either version 2 of the License, or 22 # (at your option) any later version. 23 # 24 # This program is distributed in the hope that it will be useful, 25 # but WITHOUT ANY WARRANTY; without even the implied warranty of 26 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 27 # GNU General Public License for more details. 28 # 29 # You should have received a copy of the GNU General Public License 30 # along with this program; if not, write to the Free Software 31 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 16 # it under the terms of either: 1) the GNU General Public License 17 # as published by the Free Software Foundation; either version 2 of the 18 # License, or (at your option) any later version; or 2) Ruby's License. 19 # 20 # See the file COPYING for complete licensing information. 32 21 # 33 22 #--------------------------------------------------------------------------- 34 23 # 35 24 # 25 # 36 26 37 27 $:.unshift "../lib" version_0/tests/test_eventables.rb
r259 r330 1 1 # $Id$ 2 2 # 3 # Author:: blackhedd (gmail address: garbagecat10). 4 # Date:: 8 Apr 2006 5 # 6 # Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved. 7 # 8 # This program is made available under the terms of the GPL version 2. 9 # 3 # Author:: Francis Cianfrocca (gmail: blackhedd) 4 # Homepage:: http://rubyeventmachine.com 5 # Date:: 8 April 2006 6 # 10 7 # See EventMachine and EventMachine::Connection for documentation and 11 8 # usage examples. … … 13 10 #---------------------------------------------------------------------------- 14 11 # 15 # Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved. 16 # 17 # Gmail: garbagecat10 18 # 12 # Copyright (C) 2006-07 by Francis Cianfrocca. All Rights Reserved. 13 # Gmail: blackhedd 14 # 19 15 # This program is free software; you can redistribute it and/or modify 20 # it under the terms of the GNU General Public License as published by 21 # the Free Software Foundation; either version 2 of the License, or 22 # (at your option) any later version. 23 # 24 # This program is distributed in the hope that it will be useful, 25 # but WITHOUT ANY WARRANTY; without even the implied warranty of 26 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 27 # GNU General Public License for more details. 28 # 29 # You should have received a copy of the GNU General Public License 30 # along with this program; if not, write to the Free Software 31 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 16 # it under the terms of either: 1) the GNU General Public License 17 # as published by the Free Software Foundation; either version 2 of the 18 # License, or (at your option) any later version; or 2) Ruby's License. 19 # 20 # See the file COPYING for complete licensing information. 32 21 # 33 22 #--------------------------------------------------------------------------- 23 # 34 24 # 35 25 # version_0/tests/test_exc.rb
r292 r330 1 1 # $Id$ 2 2 # 3 # Author:: blackhedd (gmail address: garbagecat10). 4 # Date:: 8 Apr 2006 5 # 6 # Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved. 7 # 8 # This program is made available under the terms of the GPL version 2. 9 # 3 # Author:: Francis Cianfrocca (gmail: blackhedd) 4 # Homepage:: http://rubyeventmachine.com 5 # Date:: 8 April 2006 6 # 10 7 # See EventMachine and EventMachine::Connection for documentation and 11 8 # usage examples. … … 13 10 #---------------------------------------------------------------------------- 14 11 # 15 # Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved. 16 # 17 # Gmail: garbagecat10 18 # 12 # Copyright (C) 2006-07 by Francis Cianfrocca. All Rights Reserved. 13 # Gmail: blackhedd 14 # 19 15 # This program is free software; you can redistribute it and/or modify 20 # it under the terms of the GNU General Public License as published by 21 # the Free Software Foundation; either version 2 of the License, or 22 # (at your option) any later version. 23 # 24 # This program is distributed in the hope that it will be useful, 25 # but WITHOUT ANY WARRANTY; without even the implied warranty of 26 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 27 # GNU General Public License for more details. 28 # 29 # You should have received a copy of the GNU General Public License 30 # along with this program; if not, write to the Free Software 31 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 16 # it under the terms of either: 1) the GNU General Public License 17 # as published by the Free Software Foundation; either version 2 of the 18 # License, or (at your option) any later version; or 2) Ruby's License. 19 # 20 # See the file COPYING for complete licensing information. 32 21 # 33 22 #--------------------------------------------------------------------------- version_0/tests/test_futures.rb
r310 r330 1 1 # $Id$ 2 2 # 3 # Author:: blackhedd (gmail address: garbagecat10). 4 # Date:: 8 Apr 2006 5 # 6 # Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved. 7 # 8 # This program is made available under the terms of the GPL version 2. 9 # 3 # Author:: Francis Cianfrocca (gmail: blackhedd) 4 # Homepage:: http://rubyeventmachine.com 5 # Date:: 8 April 2006 6 # 10 7 # See EventMachine and EventMachine::Connection for documentation and 11 8 # usage examples. … … 13 10 #---------------------------------------------------------------------------- 14 11 # 15 # Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved. 16 # 17 # Gmail: garbagecat10 18 # 12 # Copyright (C) 2006-07 by Francis Cianfrocca. All Rights Reserved. 13 # Gmail: blackhedd 14 # 19 15 # This program is free software; you can redistribute it and/or modify 20 # it under the terms of the GNU General Public License as published by 21 # the Free Software Foundation; either version 2 of the License, or 22 # (at your option) any later version. 23 # 24 # This program is distributed in the hope that it will be useful, 25 # but WITHOUT ANY WARRANTY; without even the implied warranty of 26 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 27 # GNU General Public License for more details. 28 # 29 # You should have received a copy of the GNU General Public License 30 # along with this program; if not, write to the Free Software 31 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 16 # it under the terms of either: 1) the GNU General Public License 17 # as published by the Free Software Foundation; either version 2 of the 18 # License, or (at your option) any later version; or 2) Ruby's License. 19 # 20 # See the file COPYING for complete licensing information. 32 21 # 33 22 #--------------------------------------------------------------------------- 23 # 34 24 # 35 25 # version_0/tests/test_hc.rb
r288 r330 1 1 # $Id$ 2 2 # 3 # Author:: blackhedd (gmail address: garbagecat10). 4 # Date:: 8 Apr 2006 5 # 6 # Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved. 7 # 8 # This program is made available under the terms of the GPL version 2. 9 # 3 # Author:: Francis Cianfrocca (gmail: blackhedd) 4 # Homepage:: http://rubyeventmachine.com 5 # Date:: 8 April 2006 6 # 10 7 # See EventMachine and EventMachine::Connection for documentation and 11 8 # usage examples. … … 13 10 #---------------------------------------------------------------------------- 14 11 # 15 # Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved. 16 # 17 # Gmail: garbagecat10 18 # 12 # Copyright (C) 2006-07 by Francis Cianfrocca. All Rights Reserved. 13 # Gmail: blackhedd 14 # 19 15 # This program is free software; you can redistribute it and/or modify 20 # it under the terms of the GNU General Public License as published by 21 # the Free Software Foundation; either version 2 of the License, or 22 # (at your option) any later version. 23 # 24 # This program is distributed in the hope that it will be useful, 25 # but WITHOUT ANY WARRANTY; without even the implied warranty of 26 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 27 # GNU General Public License for more details. 28 # 29 # You should have received a copy of the GNU General Public License 30 # along with this program; if not, write to the Free Software 31 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 16 # it under the terms of either: 1) the GNU General Public License 17 # as published by the Free Software Foundation; either version 2 of the 18 # License, or (at your option) any later version; or 2) Ruby's License. 19 # 20 # See the file COPYING for complete licensing information. 32 21 # 33 22 #--------------------------------------------------------------------------- 23 # 34 24 # 35 25 # version_0/tests/test_httpclient.rb
r305 r330 1 1 # $Id$ 2 2 # 3 # Author:: blackhedd (gmail address: garbagecat10). 4 # Date:: 8 Apr 2006 5 # 6 # Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved. 7 # 8 # This program is made available under the terms of the GPL version 2. 9 # 3 # Author:: Francis Cianfrocca (gmail: blackhedd) 4 # Homepage:: http://rubyeventmachine.com 5 # Date:: 8 April 2006 6 # 10 7 # See EventMachine and EventMachine::Connection for documentation and 11 8 # usage examples. … … 13 10 #---------------------------------------------------------------------------- 14 11 # 15 # Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved. 16 # 17 # Gmail: garbagecat10 18 # 12 # Copyright (C) 2006-07 by Francis Cianfrocca. All Rights Reserved. 13 # Gmail: blackhedd 14 # 19 15 # This program is free software; you can redistribute it and/or modify 20 # it under the terms of the GNU General Public License as published by 21 # the Free Software Foundation; either version 2 of the License, or 22 # (at your option) any later version. 23 # 24 # This program is distributed in the hope that it will be useful, 25 # but WITHOUT ANY WARRANTY; without even the implied warranty of 26 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 27 # GNU General Public License for more details. 28 # 29 # You should have received a copy of the GNU General Public License 30 # along with this program; if not, write to the Free Software 31 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 16 # it under the terms of either: 1) the GNU General Public License 17 # as published by the Free Software Foundation; either version 2 of the 18 # License, or (at your option) any later version; or 2) Ruby's License. 19 # 20 # See the file COPYING for complete licensing information. 32 21 # 33 22 #--------------------------------------------------------------------------- 23 # 34 24 # 35 25 # version_0/tests/test_ltp.rb
r285 r330 1 1 # $Id$ 2 2 # 3 # Author:: blackhedd (gmail address: garbagecat10). 4 # Date:: 8 Apr 2006 5 # 6 # Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved. 7 # 8 # This program is made available under the terms of the GPL version 2. 9 # 3 # Author:: Francis Cianfrocca (gmail: blackhedd) 4 # Homepage:: http://rubyeventmachine.com 5 # Date:: 8 April 2006 6 # 10 7 # See EventMachine and EventMachine::Connection for documentation and 11 8 # usage examples. … … 13 10 #---------------------------------------------------------------------------- 14 11 # 15 # Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved. 16 # 17 # Gmail: garbagecat10 18 # 12 # Copyright (C) 2006-07 by Francis Cianfrocca. All Rights Reserved. 13 # Gmail: blackhedd 14 # 19 15 # This program is free software; you can redistribute it and/or modify 20 # it under the terms of the GNU General Public License as published by 21 # the Free Software Foundation; either version 2 of the License, or 22 # (at your option) any later version. 23 # 24 # This program is distributed in the hope that it will be useful, 25 # but WITHOUT ANY WARRANTY; without even the implied warranty of 26 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 27 # GNU General Public License for more details. 28 # 29 # You should have received a copy of the GNU General Public License 30 # along with this program; if not, write to the Free Software 31 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 16 # it under the terms of either: 1) the GNU General Public License 17 # as published by the Free Software Foundation; either version 2 of the 18 # License, or (at your option) any later version; or 2) Ruby's License. 19 # 20 # See the file COPYING for complete licensing information. 32 21 # 33 22 #--------------------------------------------------------------------------- 23 # 24 # 34 25 # 35 26 # version_0/tests/test_timers.rb
r317 r330 1 1 # $Id$ 2 2 # 3 # Author:: blackhedd (gmail address: garbagecat10). 4 # Date:: 8 Apr 2006 5 # 6 # Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved. 7 # 8 # This program is made available under the terms of the GPL version 2. 9 # 3 # Author:: Francis Cianfrocca (gmail: blackhedd) 4 # Homepage:: http://rubyeventmachine.com 5 # Date:: 8 April 2006 6 # 10 7 # See EventMachine and EventMachine::Connection for documentation and 11 8 # usage examples. … … 13 10 #---------------------------------------------------------------------------- 14 11 # 15 # Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved. 16 # 17 # Gmail: garbagecat10 18 # 12 # Copyright (C) 2006-07 by Francis Cianfrocca. All Rights Reserved. 13 # Gmail: blackhedd 14 # 19 15 # This program is free software; you can redistribute it and/or modify 20 # it under the terms of the GNU General Public License as published by 21 # the Free Software Foundation; either version 2 of the License, or 22 # (at your option) any later version. 23 # 24 # This program is distributed in the hope that it will be useful, 25 # but WITHOUT ANY WARRANTY; without even the implied warranty of 26 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 27 # GNU General Public License for more details. 28 # 29 # You should have received a copy of the GNU General Public License 30 # along with this program; if not, write to the Free Software 31 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 16 # it under the terms of either: 1) the GNU General Public License 17 # as published by the Free Software Foundation; either version 2 of the 18 # License, or (at your option) any later version; or 2) Ruby's License. 19 # 20 # See the file COPYING for complete licensing information. 32 21 # 33 22 #--------------------------------------------------------------------------- 23 # 24 # 34 25 # 35 26 # version_0/tests/test_ud.rb
r276 r330 1 1 # $Id$ 2 2 # 3 # Author:: blackhedd (gmail address: garbagecat10). 4 # Date:: 8 Apr 2006 5 # 6 # Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved. 7 # 8 # This program is made available under the terms of the GPL version 2. 9 # 3 # Author:: Francis Cianfrocca (gmail: blackhedd) 4 # Homepage:: http://rubyeventmachine.com 5 # Date:: 8 April 2006 6 # 10 7 # See EventMachine and EventMachine::Connection for documentation and 11 8 # usage examples. … … 13 10 #---------------------------------------------------------------------------- 14 11 # 15 # Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved. 16 # 17 # Gmail: garbagecat10 18 # 12 # Copyright (C) 2006-07 by Francis Cianfrocca. All Rights Reserved. 13 # Gmail: blackhedd 14 # 19 15 # This program is free software; you can redistribute it and/or modify 20 # it under the terms of the GNU General Public License as published by 21 # the Free Software Foundation; either version 2 of the License, or 22 # (at your option) any later version. 23 # 24 # This program is distributed in the hope that it will be useful, 25 # but WITHOUT ANY WARRANTY; without even the implied warranty of 26 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 27 # GNU General Public License for more details. 28 # 29 # You should have received a copy of the GNU General Public License 30 # along with this program; if not, write to the Free Software 31 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 16 # it under the terms of either: 1) the GNU General Public License 17 # as published by the Free Software Foundation; either version 2 of the 18 # License, or (at your option) any later version; or 2) Ruby's License. 19 # 20 # See the file COPYING for complete licensing information. 32 21 # 33 22 #--------------------------------------------------------------------------- 23 # 34 24 # 35 25 #
