comparison OrthancServer/UnitTestsSources/PluginsTests.cpp @ 4902:df86d2505df8

Orthanc 1.9.8 is now known as Orthanc 1.10.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 20 Feb 2022 16:57:43 +0100
parents 6eff25f70121
children 0ea402b4d901
comparison
equal deleted inserted replaced
4901:0bb73ef7cf07 4902:df86d2505df8
75 //ASSERT_TRUE(l.GetFunction("_init") != NULL); 75 //ASSERT_TRUE(l.GetFunction("_init") != NULL);
76 //ASSERT_TRUE(l.HasFunction("_init")); 76 //ASSERT_TRUE(l.HasFunction("_init"));
77 77
78 #elif defined(__linux__) || defined(__FreeBSD_kernel__) 78 #elif defined(__linux__) || defined(__FreeBSD_kernel__)
79 /** 79 /**
80 * Since Orthanc 1.9.8, we test the "libdl.so.2" instead of the 80 * Since Orthanc 1.10.0, we test the "libdl.so.2" instead of the
81 * "libdl.so", as discussed here: 81 * "libdl.so", as discussed here:
82 * https://groups.google.com/g/orthanc-users/c/I5g1fN6MCvg/m/JVdvRyjJAAAJ 82 * https://groups.google.com/g/orthanc-users/c/I5g1fN6MCvg/m/JVdvRyjJAAAJ
83 * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1001305 83 * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1001305
84 * https://salsa.debian.org/med-team/orthanc/-/blob/master/debian/patches/glibc-2.34.patch 84 * https://salsa.debian.org/med-team/orthanc/-/blob/master/debian/patches/glibc-2.34.patch
85 **/ 85 **/