test/all_tests.rb in protolink-0.2.7 vs test/all_tests.rb in protolink-0.2.8

- old
+ new

@@ -6,11 +6,11 @@ require 'ruby-debug' Debugger.start # change this if you need to connect to another server PTN_SERVER = "http://localhost:3000" -PTN_USER = "test_suite" -PTN_PASS = "testtest" +PTN_USER = "admin" +PTN_PASS = "admin" class TestAll < Test::Unit::TestCase def teardown protonet = Protolink::Protonet.open(PTN_SERVER, PTN_USER, PTN_PASS) \ No newline at end of file