0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00

Move net2 tests into test/simple

This commit is contained in:
Ryan Dahl 2010-02-26 12:13:33 -08:00
parent c6cc386819
commit 71d237e6a0
5 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
process.mixin(require("./common"));
process.mixin(require("../common"));
assert = require("assert");

View File

@ -1,4 +1,4 @@
process.mixin(require("./common"));
process.mixin(require("../common"));
// The purpose of this test is not to check HTTP compliance but to test the
// binding. Tests for pathological http messages should be submitted

View File

@ -1,4 +1,4 @@
process.mixin(require("./common"));
process.mixin(require("../common"));
net = require("net");
process.Buffer.prototype.toString = function () {

View File

@ -1,4 +1,4 @@
process.mixin(require("./common"));
process.mixin(require("../common"));
net = require("net");
process.Buffer.prototype.toString = function () {