Explorar o código

Update ctk user password for central.xnat.org, which was expired

Andreas Fetzer %!s(int64=10) %!d(string=hai) anos
pai
achega
b297ebd35c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()