Browse Source

Renaming tcp tests to net tests

v0.7.4-release
Micheil Smith 15 years ago
committed by Ryan Dahl
parent
commit
e0d30b545a
  1. 0
      test/pummel/test-net-many-clients.js
  2. 0
      test/pummel/test-net-pause.js
  3. 0
      test/pummel/test-net-pingpong-delay.js
  4. 0
      test/pummel/test-net-pingpong.js
  5. 0
      test/pummel/test-net-throttle.js
  6. 0
      test/pummel/test-net-timeout.js
  7. 0
      test/pummel/test-net-tls.js
  8. 0
      test/simple/test-net-binary.js
  9. 0
      test/simple/test-net-keepalive.js
  10. 0
      test/simple/test-net-reconnect.js
  11. 0
      test/simple/test-net-tls.js

0
test/pummel/test-tcp-many-clients.js → test/pummel/test-net-many-clients.js

0
test/pummel/test-tcp-pause.js → test/pummel/test-net-pause.js

0
test/pummel/test-tcp-pingpong-delay.js → test/pummel/test-net-pingpong-delay.js

0
test/pummel/test-tcp-pingpong.js → test/pummel/test-net-pingpong.js

0
test/pummel/test-tcp-throttle.js → test/pummel/test-net-throttle.js

0
test/pummel/test-tcp-timeout.js → test/pummel/test-net-timeout.js

0
test/pummel/test-tcp-tls.js → test/pummel/test-net-tls.js

0
test/simple/test-tcp-binary.js → test/simple/test-net-binary.js

0
test/simple/test-tcp-keepalive.js → test/simple/test-net-keepalive.js

0
test/simple/test-tcp-reconnect.js → test/simple/test-net-reconnect.js

0
test/simple/test-tcp-tls.js → test/simple/test-net-tls.js

Loading…
Cancel
Save