From 289c5e34678c0ee3df4df8de77c2542a9cb91ca2 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Tue, 13 Nov 2012 17:26:43 +0000 Subject: Updated the libraries we require. --- t/test-protocol-jabber.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/test-protocol-jabber.rb') diff --git a/t/test-protocol-jabber.rb b/t/test-protocol-jabber.rb index 7d9ac27..50db803 100755 --- a/t/test-protocol-jabber.rb +++ b/t/test-protocol-jabber.rb @@ -1,8 +1,8 @@ -#!/usr/bin/ruby -I../worker/tests/ -I./worker/tests/ +#!/usr/bin/ruby -I../lib/ -Ilib/ require 'test/unit' -require 'jabber' +require 'custodian/protocol-tests/jabber.rb' -- cgit v1.2.1