summaryrefslogtreecommitdiff
path: root/test/message/2100bytes.js
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-06-19 17:41:34 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-06-19 17:41:34 -0700
commit7d0252eae2ff0a6d711535af4712d0d67ba34106 (patch)
tree11fc2808bd4de805978edc6906fe57c2492df45f /test/message/2100bytes.js
parent125b868e06853c86ef55a809939f7cef2ec806e1 (diff)
downloadandroid-node-v8-7d0252eae2ff0a6d711535af4712d0d67ba34106.tar.gz
android-node-v8-7d0252eae2ff0a6d711535af4712d0d67ba34106.tar.bz2
android-node-v8-7d0252eae2ff0a6d711535af4712d0d67ba34106.zip
Fix message tests
Diffstat (limited to 'test/message/2100bytes.js')
-rw-r--r--test/message/2100bytes.js86
1 files changed, 43 insertions, 43 deletions
diff --git a/test/message/2100bytes.js b/test/message/2100bytes.js
index 64a2a29a9c..f2c1aac3b1 100644
--- a/test/message/2100bytes.js
+++ b/test/message/2100bytes.js
@@ -1,48 +1,48 @@
require('../common');
sys = require('sys');
-sys.error([
- '***********************************************50',
- '**********************************************100',
- '**********************************************150',
- '**********************************************200',
- '**********************************************250',
- '**********************************************300',
- '**********************************************350',
- '**********************************************400',
- '**********************************************450',
- '**********************************************500',
- '**********************************************550',
- '**********************************************600',
- '**********************************************650',
- '**********************************************700',
- '**********************************************750',
- '**********************************************800',
- '**********************************************850',
- '**********************************************900',
- '**********************************************950',
- '*********************************************1000',
- '*********************************************1050',
- '*********************************************1100',
- '*********************************************1150',
- '*********************************************1200',
- '*********************************************1250',
- '*********************************************1300',
- '*********************************************1350',
- '*********************************************1400',
- '*********************************************1450',
- '*********************************************1500',
- '*********************************************1550',
- '*********************************************1600',
- '*********************************************1650',
- '*********************************************1700',
- '*********************************************1750',
- '*********************************************1800',
- '*********************************************1850',
- '*********************************************1900',
- '*********************************************1950',
- '*********************************************2000',
- '*********************************************2050',
- '*********************************************2100',
+sys.puts([
+ '_______________________________________________50',
+ '______________________________________________100',
+ '______________________________________________150',
+ '______________________________________________200',
+ '______________________________________________250',
+ '______________________________________________300',
+ '______________________________________________350',
+ '______________________________________________400',
+ '______________________________________________450',
+ '______________________________________________500',
+ '______________________________________________550',
+ '______________________________________________600',
+ '______________________________________________650',
+ '______________________________________________700',
+ '______________________________________________750',
+ '______________________________________________800',
+ '______________________________________________850',
+ '______________________________________________900',
+ '______________________________________________950',
+ '_____________________________________________1000',
+ '_____________________________________________1050',
+ '_____________________________________________1100',
+ '_____________________________________________1150',
+ '_____________________________________________1200',
+ '_____________________________________________1250',
+ '_____________________________________________1300',
+ '_____________________________________________1350',
+ '_____________________________________________1400',
+ '_____________________________________________1450',
+ '_____________________________________________1500',
+ '_____________________________________________1550',
+ '_____________________________________________1600',
+ '_____________________________________________1650',
+ '_____________________________________________1700',
+ '_____________________________________________1750',
+ '_____________________________________________1800',
+ '_____________________________________________1850',
+ '_____________________________________________1900',
+ '_____________________________________________1950',
+ '_____________________________________________2000',
+ '_____________________________________________2050',
+ '_____________________________________________2100',
].join('\n'));