瀏覽代碼

Merge pull request #567 from AndreasFetzer/update-expired-xnat-password

Update ctk user password for central.xnat.org, which was expired
Marco Nolden 10 年之前
父節點
當前提交
357424007d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Libs/XNAT/Core/Testing/ctkXnatSessionTest.cpp

+ 1 - 1
Libs/XNAT/Core/Testing/ctkXnatSessionTest.cpp

@@ -71,7 +71,7 @@ void ctkXnatSessionTestCase::initTestCase()
   d->LoginProfile.setName("ctk");
   d->LoginProfile.setServerUrl(QString("https://central.xnat.org"));
   d->LoginProfile.setUserName("ctk");
-  d->LoginProfile.setPassword("ctk-xnat");
+  d->LoginProfile.setPassword("ctk-xnat2015");
 }
 
 void ctkXnatSessionTestCase::init()