Explorar el Código

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

Update ctk user password for central.xnat.org, which was expired
Marco Nolden hace 10 años
padre
commit
357424007d
Se han modificado 1 ficheros con 1 adiciones y 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()