From 1e1cecb3d2f4aa7ca67a08274664af7dbd39f927 Mon Sep 17 00:00:00 2001 From: N2614 Date: Wed, 18 Mar 2015 04:47:24 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=A2=E3=82=AF=E3=82=BB=E3=82=B9=E5=85=88?= =?UTF-8?q?=E3=82=92DNS=E3=81=A7=E5=88=87=E3=82=8A=E6=9B=BF=E3=81=88?= =?UTF-8?q?=E3=82=89=E3=82=8C=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@837 385bec56-5757-e545-9c3a-d8741f4650f1 --- .../NinjaCommunicator/test_NinjaCommunicator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/ConsoleDataMigration/sources/tests/ConsoleRestore/NinjaCommunicator/test_NinjaCommunicator.cpp b/trunk/ConsoleDataMigration/sources/tests/ConsoleRestore/NinjaCommunicator/test_NinjaCommunicator.cpp index da0edf1..3885424 100644 --- a/trunk/ConsoleDataMigration/sources/tests/ConsoleRestore/NinjaCommunicator/test_NinjaCommunicator.cpp +++ b/trunk/ConsoleDataMigration/sources/tests/ConsoleRestore/NinjaCommunicator/test_NinjaCommunicator.cpp @@ -104,7 +104,7 @@ void TestNinjaCommunicator::GetNsUid() ConsoleRestore::NinjaCommunicator ninja; NN_TEST_ASSERT( - ninja.GetNsUid("https://10.12.6.122/ninja/ws/", 0x000400000FECD000).IsSuccess()); + ninja.GetNsUid("https://ninja.ctr.shop.nintendo.net/ninja/ws/", 0x000400000FECD000).IsSuccess()); size_t bufSize = 1024 * 1024; // 1MB common::HeapManager heap(bufSize); @@ -127,7 +127,7 @@ void TestNinjaCommunicator::GetExternalKeyInfo() ConsoleRestore::NinjaCommunicator ninja; NN_TEST_ASSERT( - ninja.GetExternalKeyInfo("https://10.12.6.122/ninja/ws/", "50010000041101", "JP").IsSuccess()); + ninja.GetExternalKeyInfo("https://ninja.ctr.shop.nintendo.net/ninja/ws/", "50010000041101", "JP").IsSuccess()); size_t bufSize = 1024 * 1024; // 1MB common::HeapManager heap(bufSize);