Skip to content

Commit f2cec77

Browse files
author
Jerry Cheung
committed
rename common to test_helper
1 parent 619c622 commit f2cec77

15 files changed

+15
-15
lines changed

test/ber/core_ext/test_array.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require 'common'
1+
require 'test_helper'
22

33
class TestBERArrayExtension < Test::Unit::TestCase
44
def test_control_code_array

test/ber/core_ext/test_string.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require 'common'
1+
require 'test_helper'
22

33
class TestBERStringExtension < Test::Unit::TestCase
44
def setup

test/ber/test_ber.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require 'common'
1+
require 'test_helper'
22

33
class TestBEREncoding < Test::Unit::TestCase
44
def test_empty_array

test/test_dn.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require 'common'
1+
require 'test_helper'
22
require 'net/ldap/dn'
33

44
class TestDN < Test::Unit::TestCase

test/test_entry.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require 'common'
1+
require 'test_helper'
22

33
class TestEntry < Test::Unit::TestCase
44
def setup

test/test_filter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require 'common'
1+
require 'test_helper'
22

33
class TestFilter < Test::Unit::TestCase
44
Filter = Net::LDAP::Filter

test/test_filter_parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# encoding: utf-8
2-
require 'common'
2+
require 'test_helper'
33

44
class TestFilterParser < Test::Unit::TestCase
55
def test_ascii
File renamed without changes.

test/test_ldap_connection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require 'common'
1+
require 'test_helper'
22

33
class TestLDAPConnection < Test::Unit::TestCase
44
def test_unresponsive_host

test/test_ldif.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# $Id: testldif.rb 61 2006-04-18 20:55:55Z blackhedd $
22

3-
require 'common'
3+
require 'test_helper'
44

55
require 'digest/sha1'
66
require 'base64'

0 commit comments

Comments
 (0)