Created
August 3, 2024 16:52
-
-
Save dvcorreia/ef06c228d6d724d00821b234ee157c3c to your computer and use it in GitHub Desktop.
NixOS Orthanc unit tests results
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[==========] Running 320 tests from 74 test suites. | |
[----------] Global test environment set-up. | |
[----------] 3 tests from DicomMapMainTagsTests | |
[ RUN ] DicomMapMainTagsTests.MainTags | |
[ OK ] DicomMapMainTagsTests.MainTags (0 ms) | |
[ RUN ] DicomMapMainTagsTests.AddMainTags | |
[ OK ] DicomMapMainTagsTests.AddMainTags (0 ms) | |
[ RUN ] DicomMapMainTagsTests.Signatures | |
[ OK ] DicomMapMainTagsTests.Signatures (0 ms) | |
[----------] 3 tests from DicomMapMainTagsTests (0 ms total) | |
[----------] 14 tests from DicomMap | |
[ RUN ] DicomMap.Tags | |
[ OK ] DicomMap.Tags (0 ms) | |
[ RUN ] DicomMap.FindTemplates | |
[ OK ] DicomMap.FindTemplates (0 ms) | |
[ RUN ] DicomMap.Modules | |
[ OK ] DicomMap.Modules (0 ms) | |
[ RUN ] DicomMap.Parse | |
[ OK ] DicomMap.Parse (0 ms) | |
[ RUN ] DicomMap.Serialize | |
[ OK ] DicomMap.Serialize (0 ms) | |
[ RUN ] DicomMap.ExtractMainDicomTags | |
[ OK ] DicomMap.ExtractMainDicomTags (0 ms) | |
[ RUN ] DicomMap.ComputedTags | |
[ OK ] DicomMap.ComputedTags (0 ms) | |
[ RUN ] DicomMap.RemoveBinary | |
[ OK ] DicomMap.RemoveBinary (0 ms) | |
[ RUN ] DicomMap.FromDicomAsJsonAndSequences | |
[ OK ] DicomMap.FromDicomAsJsonAndSequences (0 ms) | |
[ RUN ] DicomMap.ExtractSummary | |
[ OK ] DicomMap.ExtractSummary (1 ms) | |
[ RUN ] DicomMap.MainTagNames | |
[ OK ] DicomMap.MainTagNames (0 ms) | |
[ RUN ] DicomMap.SetupFindTemplates | |
[ OK ] DicomMap.SetupFindTemplates (0 ms) | |
[ DISABLED ] DicomMap.DISABLED_ParseDicomMetaInformation | |
[ RUN ] DicomMap.DicomWebWithInteger64 | |
[ OK ] DicomMap.DicomWebWithInteger64 (0 ms) | |
[ RUN ] DicomMap.DicomAsJson | |
[ OK ] DicomMap.DicomAsJson (0 ms) | |
[----------] 14 tests from DicomMap (1 ms total) | |
[----------] 5 tests from DicomWebJson | |
[ RUN ] DicomWebJson.Multiplicity | |
[ OK ] DicomWebJson.Multiplicity (0 ms) | |
[ RUN ] DicomWebJson.NullValue | |
[ OK ] DicomWebJson.NullValue (0 ms) | |
[ RUN ] DicomWebJson.PixelSpacing | |
[ OK ] DicomWebJson.PixelSpacing (0 ms) | |
[ RUN ] DicomWebJson.ValueRepresentation | |
[ OK ] DicomWebJson.ValueRepresentation (0 ms) | |
[ RUN ] DicomWebJson.Sequence | |
[ OK ] DicomWebJson.Sequence (0 ms) | |
[----------] 5 tests from DicomWebJson (0 ms total) | |
[----------] 1 test from DicomTag | |
[ RUN ] DicomTag.Comparisons | |
[ OK ] DicomTag.Comparisons (0 ms) | |
[----------] 1 test from DicomTag (0 ms total) | |
[----------] 19 tests from ParsedDicomFile | |
[ RUN ] ParsedDicomFile.canIncludeXsVrTags | |
[ OK ] ParsedDicomFile.canIncludeXsVrTags (0 ms) | |
[ RUN ] ParsedDicomFile.InsertReplaceStrings | |
[ OK ] ParsedDicomFile.InsertReplaceStrings (0 ms) | |
[ RUN ] ParsedDicomFile.InsertReplaceJson | |
[ OK ] ParsedDicomFile.InsertReplaceJson (1 ms) | |
[ RUN ] ParsedDicomFile.JsonEncoding | |
[ OK ] ParsedDicomFile.JsonEncoding (2 ms) | |
[ RUN ] ParsedDicomFile.ToJsonFlags1 | |
[ OK ] ParsedDicomFile.ToJsonFlags1 (0 ms) | |
[ RUN ] ParsedDicomFile.ToJsonFlags2 | |
[ OK ] ParsedDicomFile.ToJsonFlags2 (0 ms) | |
[ RUN ] ParsedDicomFile.ToJsonFlags3 | |
[ OK ] ParsedDicomFile.ToJsonFlags3 (0 ms) | |
[ RUN ] ParsedDicomFile.FromJson | |
[ OK ] ParsedDicomFile.FromJson (4 ms) | |
[ RUN ] ParsedDicomFile.DicomMapEncodings1 | |
[ OK ] ParsedDicomFile.DicomMapEncodings1 (0 ms) | |
[ RUN ] ParsedDicomFile.DicomMapEncodings2 | |
[ OK ] ParsedDicomFile.DicomMapEncodings2 (0 ms) | |
[ RUN ] ParsedDicomFile.ChangeEncoding | |
[ OK ] ParsedDicomFile.ChangeEncoding (0 ms) | |
[ RUN ] ParsedDicomFile.InvalidCharacterSets | |
[ OK ] ParsedDicomFile.InvalidCharacterSets (0 ms) | |
[ RUN ] ParsedDicomFile.FloatPrecision | |
[ OK ] ParsedDicomFile.FloatPrecision (0 ms) | |
[ RUN ] ParsedDicomFile.DicomPath | |
[ OK ] ParsedDicomFile.DicomPath (21 ms) | |
[ RUN ] ParsedDicomFile.MultipleFloatValue | |
[ OK ] ParsedDicomFile.MultipleFloatValue (0 ms) | |
[ RUN ] ParsedDicomFile.ImageInformation | |
[ OK ] ParsedDicomFile.ImageInformation (2 ms) | |
[ RUN ] ParsedDicomFile.InjectEmptyPixelData | |
[ OK ] ParsedDicomFile.InjectEmptyPixelData (0 ms) | |
[ RUN ] ParsedDicomFile.RemoveFromPixelData | |
[ OK ] ParsedDicomFile.RemoveFromPixelData (0 ms) | |
[ RUN ] ParsedDicomFile.GuessPixelDataValueRepresentation | |
[ OK ] ParsedDicomFile.GuessPixelDataValueRepresentation (0 ms) | |
[ DISABLED ] ParsedDicomFile.DISABLED_InjectEmptyPixelData2 | |
[----------] 19 tests from ParsedDicomFile (34 ms total) | |
[----------] 3 tests from FilesystemStorage | |
[ RUN ] FilesystemStorage.Basic | |
[ OK ] FilesystemStorage.Basic (0 ms) | |
[ RUN ] FilesystemStorage.Basic2 | |
[ OK ] FilesystemStorage.Basic2 (0 ms) | |
[ RUN ] FilesystemStorage.EndToEnd | |
[ OK ] FilesystemStorage.EndToEnd (1 ms) | |
[----------] 3 tests from FilesystemStorage (2 ms total) | |
[----------] 3 tests from StorageAccessor | |
[ RUN ] StorageAccessor.NoCompression | |
[ OK ] StorageAccessor.NoCompression (0 ms) | |
[ RUN ] StorageAccessor.Compression | |
[ OK ] StorageAccessor.Compression (0 ms) | |
[ RUN ] StorageAccessor.Mix | |
[ OK ] StorageAccessor.Mix (0 ms) | |
[----------] 3 tests from StorageAccessor (0 ms total) | |
[----------] 2 tests from Uuid | |
[ RUN ] Uuid.Generation | |
[ OK ] Uuid.Generation (0 ms) | |
[ RUN ] Uuid.Test | |
[ OK ] Uuid.Test (0 ms) | |
[----------] 2 tests from Uuid (0 ms total) | |
[----------] 57 tests from Toolbox | |
[ RUN ] Toolbox.IsSHA1 | |
[ OK ] Toolbox.IsSHA1 (0 ms) | |
[ RUN ] Toolbox.ComputeMD5 | |
[ OK ] Toolbox.ComputeMD5 (0 ms) | |
[ RUN ] Toolbox.ComputeSHA1 | |
[ OK ] Toolbox.ComputeSHA1 (0 ms) | |
[ RUN ] Toolbox.PathToExecutable | |
[/home/dvcorreia/Desktop/UnitTests] | |
[/home/dvcorreia/Desktop] | |
[ OK ] Toolbox.PathToExecutable (0 ms) | |
[ RUN ] Toolbox.StripSpaces | |
[ OK ] Toolbox.StripSpaces (0 ms) | |
[ RUN ] Toolbox.Case | |
[ OK ] Toolbox.Case (0 ms) | |
[ RUN ] Toolbox.ConvertFromLatin1 | |
[ OK ] Toolbox.ConvertFromLatin1 (0 ms) | |
[ RUN ] Toolbox.FixUtf8 | |
[ OK ] Toolbox.FixUtf8 (0 ms) | |
[ RUN ] Toolbox.Utf8ToUnicode | |
[ OK ] Toolbox.Utf8ToUnicode (0 ms) | |
[ RUN ] Toolbox.UrlDecode | |
[ OK ] Toolbox.UrlDecode (0 ms) | |
[ RUN ] Toolbox.IsAsciiString | |
[ OK ] Toolbox.IsAsciiString (0 ms) | |
[ RUN ] Toolbox.AbsoluteDirectory | |
[ OK ] Toolbox.AbsoluteDirectory (0 ms) | |
[ RUN ] Toolbox.WriteFile | |
[ OK ] Toolbox.WriteFile (7 ms) | |
[ RUN ] Toolbox.FileBuffer | |
[ OK ] Toolbox.FileBuffer (0 ms) | |
[ RUN ] Toolbox.Wildcard | |
[ OK ] Toolbox.Wildcard (0 ms) | |
[ RUN ] Toolbox.Tokenize | |
[ OK ] Toolbox.Tokenize (0 ms) | |
[ RUN ] Toolbox.SplitString | |
[ OK ] Toolbox.SplitString (0 ms) | |
[ RUN ] Toolbox.Enumerations | |
[ OK ] Toolbox.Enumerations (0 ms) | |
[ RUN ] Toolbox.Endianness | |
[ OK ] Toolbox.Endianness (0 ms) | |
[ RUN ] Toolbox.EndiannessConversions16 | |
[ OK ] Toolbox.EndiannessConversions16 (0 ms) | |
[ RUN ] Toolbox.EndiannessConversions32 | |
[ OK ] Toolbox.EndiannessConversions32 (0 ms) | |
[ RUN ] Toolbox.EndiannessConversions64 | |
[ OK ] Toolbox.EndiannessConversions64 (0 ms) | |
[ RUN ] Toolbox.Now | |
[ OK ] Toolbox.Now (0 ms) | |
[ RUN ] Toolbox.Xml | |
<?xml version="1.0" encoding="utf-8"?> | |
<root> | |
<42>43</42> | |
<b> | |
<item>test</item> | |
<item>test2</item> | |
</b> | |
<hello>world</hello> | |
</root> | |
[ OK ] Toolbox.Xml (0 ms) | |
[ RUN ] Toolbox.ExecuteSystemCommand | |
Hello World | |
[ OK ] Toolbox.ExecuteSystemCommand (2 ms) | |
[ RUN ] Toolbox.IsInteger | |
[ OK ] Toolbox.IsInteger (0 ms) | |
[ RUN ] Toolbox.StartsWith | |
[ OK ] Toolbox.StartsWith (0 ms) | |
[ RUN ] Toolbox.UriEncode | |
[ OK ] Toolbox.UriEncode (0 ms) | |
[ RUN ] Toolbox.AccessJson | |
[ OK ] Toolbox.AccessJson (0 ms) | |
[ RUN ] Toolbox.LinesIterator | |
[ OK ] Toolbox.LinesIterator (0 ms) | |
[ RUN ] Toolbox.SubstituteVariables | |
[ OK ] Toolbox.SubstituteVariables (0 ms) | |
[ RUN ] Toolbox.ReadFileRange | |
[ OK ] Toolbox.ReadFileRange (0 ms) | |
[ RUN ] Toolbox.GetMacAddressess | |
MAC address: [00:00:00:00:00:00] | |
MAC address: [02:42:cc:fb:bd:d6] | |
MAC address: [0a:5e:4a:1d:35:78] | |
MAC address: [10:7c:61:24:df:53] | |
MAC address: [10:7c:61:24:df:54] | |
MAC address: [1a:23:db:25:df:e4] | |
MAC address: [22:32:9d:aa:cd:e8] | |
MAC address: [26:b3:9f:25:e6:b3] | |
MAC address: [46:20:26:d0:54:98] | |
MAC address: [64:4b:f0:12:b6:bc] | |
MAC address: [82:db:2a:78:9e:f8] | |
MAC address: [8e:c2:0a:65:06:e1] | |
MAC address: [a6:6b:02:4a:13:c9] | |
MAC address: [b2:ab:7b:df:8f:b8] | |
MAC address: [c2:c4:6a:d1:81:d5] | |
MAC address: [c6:d2:79:5f:5d:7f] | |
MAC address: [fa:24:19:3f:56:10] | |
[ OK ] Toolbox.GetMacAddressess (0 ms) | |
[ RUN ] Toolbox.IsVersionAbove | |
[ OK ] Toolbox.IsVersionAbove (0 ms) | |
[ RUN ] Toolbox.CaseWithAccents | |
[ OK ] Toolbox.CaseWithAccents (0 ms) | |
[ RUN ] Toolbox.RemoveIso2022EscapeSequences | |
[ OK ] Toolbox.RemoveIso2022EscapeSequences (0 ms) | |
[ RUN ] Toolbox.EncodingsKorean | |
[ OK ] Toolbox.EncodingsKorean (0 ms) | |
[ RUN ] Toolbox.EncodingsJapaneseKanji | |
[ OK ] Toolbox.EncodingsJapaneseKanji (0 ms) | |
[ RUN ] Toolbox.EncodingsChinese3 | |
[ OK ] Toolbox.EncodingsChinese3 (0 ms) | |
[ RUN ] Toolbox.EncodingsChinese4 | |
[ OK ] Toolbox.EncodingsChinese4 (0 ms) | |
[ RUN ] Toolbox.EncodingsSimplifiedChinese2 | |
[ OK ] Toolbox.EncodingsSimplifiedChinese2 (0 ms) | |
[ RUN ] Toolbox.EncodingsSimplifiedChinese3 | |
[ OK ] Toolbox.EncodingsSimplifiedChinese3 (0 ms) | |
[ RUN ] Toolbox.Json | |
[ OK ] Toolbox.Json (0 ms) | |
[ RUN ] Toolbox.JsonComments | |
[ OK ] Toolbox.JsonComments (0 ms) | |
[ RUN ] Toolbox.Base64_allByteValues | |
[ OK ] Toolbox.Base64_allByteValues (0 ms) | |
[ RUN ] Toolbox.Base64_multipleSizes | |
base64, testing size 0 | |
base64, testing size 1 | |
base64, testing size 2 | |
base64, testing size 3 | |
base64, testing size 4 | |
base64, testing size 5 | |
[ OK ] Toolbox.Base64_multipleSizes (0 ms) | |
[ RUN ] Toolbox.Base64 | |
[ OK ] Toolbox.Base64 (0 ms) | |
[ RUN ] Toolbox.LargeHexadecimalToDecimal | |
[ OK ] Toolbox.LargeHexadecimalToDecimal (0 ms) | |
[ RUN ] Toolbox.GenerateDicomPrivateUniqueIdentifier | |
[ OK ] Toolbox.GenerateDicomPrivateUniqueIdentifier (0 ms) | |
[ RUN ] Toolbox.UniquePtr | |
[ OK ] Toolbox.UniquePtr (0 ms) | |
[ RUN ] Toolbox.IsSetInSet | |
[ OK ] Toolbox.IsSetInSet (0 ms) | |
[ RUN ] Toolbox.GetSetIntersection | |
[ OK ] Toolbox.GetSetIntersection (0 ms) | |
[ RUN ] Toolbox.JoinStrings | |
[ OK ] Toolbox.JoinStrings (0 ms) | |
[ RUN ] Toolbox.JoinUri | |
[ OK ] Toolbox.JoinUri (0 ms) | |
[ RUN ] Toolbox.GetHumanFileSize | |
[ OK ] Toolbox.GetHumanFileSize (0 ms) | |
[ RUN ] Toolbox.GetHumanDuration | |
[ OK ] Toolbox.GetHumanDuration (0 ms) | |
[ RUN ] Toolbox.GetHumanTransferSpeed | |
[ OK ] Toolbox.GetHumanTransferSpeed (0 ms) | |
[----------] 57 tests from Toolbox (12 ms total) | |
[----------] 4 tests from ParseGetArguments | |
[ RUN ] ParseGetArguments.Basic | |
[ OK ] ParseGetArguments.Basic (0 ms) | |
[ RUN ] ParseGetArguments.BasicEmpty | |
[ OK ] ParseGetArguments.BasicEmpty (0 ms) | |
[ RUN ] ParseGetArguments.Single | |
[ OK ] ParseGetArguments.Single (0 ms) | |
[ RUN ] ParseGetArguments.SingleEmpty | |
[ OK ] ParseGetArguments.SingleEmpty (0 ms) | |
[----------] 4 tests from ParseGetArguments (0 ms total) | |
[----------] 2 tests from ParseGetQuery | |
[ RUN ] ParseGetQuery.Test1 | |
[ OK ] ParseGetQuery.Test1 (0 ms) | |
[ RUN ] ParseGetQuery.Test2 | |
[ OK ] ParseGetQuery.Test2 (0 ms) | |
[----------] 2 tests from ParseGetQuery (0 ms total) | |
[----------] 4 tests from Uri | |
[ RUN ] Uri.SplitUriComponents | |
[ OK ] Uri.SplitUriComponents (0 ms) | |
[ RUN ] Uri.Truncate | |
[ OK ] Uri.Truncate (0 ms) | |
[ RUN ] Uri.Child | |
[ OK ] Uri.Child (0 ms) | |
[ RUN ] Uri.AutodetectMimeType | |
[ OK ] Uri.AutodetectMimeType (0 ms) | |
[----------] 4 tests from Uri (0 ms total) | |
[----------] 1 test from Logger | |
[ RUN ] Logger.Basic | |
[ OK ] Logger.Basic (0 ms) | |
[----------] 1 test from Logger (0 ms total) | |
[----------] 1 test from MetricsRegistry | |
[ RUN ] MetricsRegistry.Basic | |
[ OK ] MetricsRegistry.Basic (0 ms) | |
[----------] 1 test from MetricsRegistry (0 ms total) | |
[----------] 1 test from DicomFormat | |
[ RUN ] DicomFormat.Tag | |
[ OK ] DicomFormat.Tag (0 ms) | |
[----------] 1 test from DicomFormat (0 ms total) | |
[----------] 4 tests from DicomModification | |
[ RUN ] DicomModification.Basic | |
[ OK ] DicomModification.Basic (0 ms) | |
[ RUN ] DicomModification.Anonymization | |
[ OK ] DicomModification.Anonymization (0 ms) | |
[ RUN ] DicomModification.Png | |
[ OK ] DicomModification.Png (0 ms) | |
[ RUN ] DicomModification.DicomPath | |
[ OK ] DicomModification.DicomPath (0 ms) | |
[----------] 4 tests from DicomModification (2 ms total) | |
[----------] 8 tests from FromDcmtkBridge | |
[ RUN ] FromDcmtkBridge.Encodings1 | |
[ OK ] FromDcmtkBridge.Encodings1 (0 ms) | |
[ RUN ] FromDcmtkBridge.Enumerations | |
[ OK ] FromDcmtkBridge.Enumerations (0 ms) | |
[ RUN ] FromDcmtkBridge.Encodings3 | |
[ OK ] FromDcmtkBridge.Encodings3 (1 ms) | |
[ RUN ] FromDcmtkBridge.ValueRepresentation | |
[ OK ] FromDcmtkBridge.ValueRepresentation (0 ms) | |
[ RUN ] FromDcmtkBridge.ParseListOfTags | |
[ OK ] FromDcmtkBridge.ParseListOfTags (0 ms) | |
[ RUN ] FromDcmtkBridge.VisitorRemoveTag | |
[ OK ] FromDcmtkBridge.VisitorRemoveTag (0 ms) | |
[ RUN ] FromDcmtkBridge.ValueRepresentationConversions | |
[ OK ] FromDcmtkBridge.ValueRepresentationConversions (0 ms) | |
[ RUN ] FromDcmtkBridge.FromJson | |
[ OK ] FromDcmtkBridge.FromJson (0 ms) | |
[----------] 8 tests from FromDcmtkBridge (3 ms total) | |
[----------] 1 test from DicomFindAnswers | |
[ RUN ] DicomFindAnswers.Basic | |
[ OK ] DicomFindAnswers.Basic (0 ms) | |
[----------] 1 test from DicomFindAnswers (0 ms total) | |
[----------] 4 tests from TestImages | |
[ RUN ] TestImages.PatternGrayscale8 | |
[ OK ] TestImages.PatternGrayscale8 (0 ms) | |
[ RUN ] TestImages.PatternRGB | |
[ OK ] TestImages.PatternRGB (0 ms) | |
[ RUN ] TestImages.PatternUint16 | |
[ OK ] TestImages.PatternUint16 (0 ms) | |
[ RUN ] TestImages.PatternInt16 | |
[ OK ] TestImages.PatternInt16 (0 ms) | |
[----------] 4 tests from TestImages (0 ms total) | |
[----------] 1 test from ParsedDicomCache | |
[ RUN ] ParsedDicomCache.Basic | |
[ OK ] ParsedDicomCache.Basic (0 ms) | |
[----------] 1 test from ParsedDicomCache (0 ms total) | |
[----------] 2 tests from DicomImageInformation | |
[ RUN ] DicomImageInformation.ExtractPixelFormat1 | |
[ OK ] DicomImageInformation.ExtractPixelFormat1 (0 ms) | |
[ RUN ] DicomImageInformation.ExtractPixelFormat2 | |
[ OK ] DicomImageInformation.ExtractPixelFormat2 (0 ms) | |
[----------] 2 tests from DicomImageInformation (0 ms total) | |
[----------] 1 test from TestImageTraits/0, where TypeParam = Orthanc::ImageTraits<(Orthanc::PixelFormat)3> | |
[ RUN ] TestImageTraits/0.SetZero | |
[ OK ] TestImageTraits/0.SetZero (0 ms) | |
[----------] 1 test from TestImageTraits/0 (0 ms total) | |
[----------] 1 test from TestImageTraits/1, where TypeParam = Orthanc::ImageTraits<(Orthanc::PixelFormat)4> | |
[ RUN ] TestImageTraits/1.SetZero | |
[ OK ] TestImageTraits/1.SetZero (0 ms) | |
[----------] 1 test from TestImageTraits/1 (0 ms total) | |
[----------] 1 test from TestImageTraits/2, where TypeParam = Orthanc::ImageTraits<(Orthanc::PixelFormat)5> | |
[ RUN ] TestImageTraits/2.SetZero | |
[ OK ] TestImageTraits/2.SetZero (0 ms) | |
[----------] 1 test from TestImageTraits/2 (0 ms total) | |
[----------] 1 test from TestImageTraits/3, where TypeParam = Orthanc::ImageTraits<(Orthanc::PixelFormat)1> | |
[ RUN ] TestImageTraits/3.SetZero | |
[ OK ] TestImageTraits/3.SetZero (0 ms) | |
[----------] 1 test from TestImageTraits/3 (0 ms total) | |
[----------] 1 test from TestImageTraits/4, where TypeParam = Orthanc::ImageTraits<(Orthanc::PixelFormat)7> | |
[ RUN ] TestImageTraits/4.SetZero | |
[ OK ] TestImageTraits/4.SetZero (0 ms) | |
[----------] 1 test from TestImageTraits/4 (0 ms total) | |
[----------] 4 tests from TestIntegerImageTraits/0, where TypeParam = Orthanc::ImageTraits<(Orthanc::PixelFormat)3> | |
[ RUN ] TestIntegerImageTraits/0.SetZeroFloat | |
[ OK ] TestIntegerImageTraits/0.SetZeroFloat (0 ms) | |
[ RUN ] TestIntegerImageTraits/0.FillPolygon | |
[ OK ] TestIntegerImageTraits/0.FillPolygon (0 ms) | |
[ RUN ] TestIntegerImageTraits/0.FillPolygonLargerThanImage | |
[ OK ] TestIntegerImageTraits/0.FillPolygonLargerThanImage (0 ms) | |
[ RUN ] TestIntegerImageTraits/0.FillPolygonFullImage | |
[ OK ] TestIntegerImageTraits/0.FillPolygonFullImage (0 ms) | |
[----------] 4 tests from TestIntegerImageTraits/0 (0 ms total) | |
[----------] 4 tests from TestIntegerImageTraits/1, where TypeParam = Orthanc::ImageTraits<(Orthanc::PixelFormat)4> | |
[ RUN ] TestIntegerImageTraits/1.SetZeroFloat | |
[ OK ] TestIntegerImageTraits/1.SetZeroFloat (0 ms) | |
[ RUN ] TestIntegerImageTraits/1.FillPolygon | |
[ OK ] TestIntegerImageTraits/1.FillPolygon (0 ms) | |
[ RUN ] TestIntegerImageTraits/1.FillPolygonLargerThanImage | |
[ OK ] TestIntegerImageTraits/1.FillPolygonLargerThanImage (0 ms) | |
[ RUN ] TestIntegerImageTraits/1.FillPolygonFullImage | |
[ OK ] TestIntegerImageTraits/1.FillPolygonFullImage (0 ms) | |
[----------] 4 tests from TestIntegerImageTraits/1 (0 ms total) | |
[----------] 4 tests from TestIntegerImageTraits/2, where TypeParam = Orthanc::ImageTraits<(Orthanc::PixelFormat)5> | |
[ RUN ] TestIntegerImageTraits/2.SetZeroFloat | |
[ OK ] TestIntegerImageTraits/2.SetZeroFloat (0 ms) | |
[ RUN ] TestIntegerImageTraits/2.FillPolygon | |
[ OK ] TestIntegerImageTraits/2.FillPolygon (0 ms) | |
[ RUN ] TestIntegerImageTraits/2.FillPolygonLargerThanImage | |
[ OK ] TestIntegerImageTraits/2.FillPolygonLargerThanImage (0 ms) | |
[ RUN ] TestIntegerImageTraits/2.FillPolygonFullImage | |
[ OK ] TestIntegerImageTraits/2.FillPolygonFullImage (0 ms) | |
[----------] 4 tests from TestIntegerImageTraits/2 (0 ms total) | |
[----------] 19 tests from ImageProcessing | |
[ RUN ] ImageProcessing.FlipGrayscale8 | |
[ OK ] ImageProcessing.FlipGrayscale8 (0 ms) | |
[ RUN ] ImageProcessing.FlipRGB24 | |
[ OK ] ImageProcessing.FlipRGB24 (0 ms) | |
[ RUN ] ImageProcessing.ResizeBasicGrayscale8 | |
[ OK ] ImageProcessing.ResizeBasicGrayscale8 (0 ms) | |
[ RUN ] ImageProcessing.ResizeBasicRGB24 | |
[ OK ] ImageProcessing.ResizeBasicRGB24 (0 ms) | |
[ RUN ] ImageProcessing.ResizeEmptyGrayscale8 | |
[ OK ] ImageProcessing.ResizeEmptyGrayscale8 (0 ms) | |
[ RUN ] ImageProcessing.Convolution | |
[ OK ] ImageProcessing.Convolution (0 ms) | |
[ RUN ] ImageProcessing.SmoothGaussian5x5 | |
[ OK ] ImageProcessing.SmoothGaussian5x5 (0 ms) | |
[ RUN ] ImageProcessing.ApplyWindowingFloatToGrayScale8 | |
[ OK ] ImageProcessing.ApplyWindowingFloatToGrayScale8 (0 ms) | |
[ RUN ] ImageProcessing.ApplyWindowingFloatToGrayScale16 | |
[ OK ] ImageProcessing.ApplyWindowingFloatToGrayScale16 (0 ms) | |
[ RUN ] ImageProcessing.ApplyWindowingGrayScale8ToGrayScale16 | |
[ OK ] ImageProcessing.ApplyWindowingGrayScale8ToGrayScale16 (0 ms) | |
[ RUN ] ImageProcessing.ApplyWindowingGrayScale16ToGrayScale16 | |
[ OK ] ImageProcessing.ApplyWindowingGrayScale16ToGrayScale16 (0 ms) | |
[ RUN ] ImageProcessing.ShiftScaleGrayscale8 | |
[ OK ] ImageProcessing.ShiftScaleGrayscale8 (0 ms) | |
[ RUN ] ImageProcessing.Grayscale8_Identity | |
[ OK ] ImageProcessing.Grayscale8_Identity (0 ms) | |
[ RUN ] ImageProcessing.ShiftScaleGrayscale16 | |
[ OK ] ImageProcessing.ShiftScaleGrayscale16 (0 ms) | |
[ RUN ] ImageProcessing.ShiftScaleSignedGrayscale16 | |
[ OK ] ImageProcessing.ShiftScaleSignedGrayscale16 (0 ms) | |
[ RUN ] ImageProcessing.ShiftScaleSignedGrayscale16_Identity | |
[ OK ] ImageProcessing.ShiftScaleSignedGrayscale16_Identity (0 ms) | |
[ RUN ] ImageProcessing.ShiftFloatBuggy | |
[ OK ] ImageProcessing.ShiftFloatBuggy (0 ms) | |
[ RUN ] ImageProcessing.ShiftScale2 | |
[ OK ] ImageProcessing.ShiftScale2 (0 ms) | |
[ RUN ] ImageProcessing.FillPolygon | |
[ OK ] ImageProcessing.FillPolygon (0 ms) | |
[----------] 19 tests from ImageProcessing (0 ms total) | |
[----------] 6 tests from PngWriter | |
[ RUN ] PngWriter.ColorPattern | |
[ OK ] PngWriter.ColorPattern (0 ms) | |
[ RUN ] PngWriter.Color16Pattern | |
[ OK ] PngWriter.Color16Pattern (0 ms) | |
[ RUN ] PngWriter.Gray8Pattern | |
[ OK ] PngWriter.Gray8Pattern (0 ms) | |
[ RUN ] PngWriter.Gray16Pattern | |
[ OK ] PngWriter.Gray16Pattern (0 ms) | |
[ RUN ] PngWriter.EndToEnd | |
[ OK ] PngWriter.EndToEnd (1 ms) | |
[ RUN ] PngWriter.Gray16Then8 | |
[ OK ] PngWriter.Gray16Then8 (0 ms) | |
[----------] 6 tests from PngWriter (3 ms total) | |
[----------] 1 test from JpegWriter | |
[ RUN ] JpegWriter.Basic | |
[ OK ] JpegWriter.Basic (0 ms) | |
[----------] 1 test from JpegWriter (0 ms total) | |
[----------] 4 tests from PamWriter | |
[ RUN ] PamWriter.ColorPattern | |
[ OK ] PamWriter.ColorPattern (0 ms) | |
[ RUN ] PamWriter.Gray8Pattern | |
[ OK ] PamWriter.Gray8Pattern (0 ms) | |
[ RUN ] PamWriter.Gray16Pattern | |
[ OK ] PamWriter.Gray16Pattern (0 ms) | |
[ RUN ] PamWriter.EndToEnd | |
[ OK ] PamWriter.EndToEnd (1 ms) | |
[----------] 4 tests from PamWriter (1 ms total) | |
[----------] 2 tests from MultiThreading | |
[ RUN ] MultiThreading.SharedMessageQueueBasic | |
[ OK ] MultiThreading.SharedMessageQueueBasic (3 ms) | |
[ RUN ] MultiThreading.SharedMessageQueueClean | |
[ OK ] MultiThreading.SharedMessageQueueClean (0 ms) | |
[----------] 2 tests from MultiThreading (3 ms total) | |
[----------] 8 tests from JobsRegistry | |
[ RUN ] JobsRegistry.Priority | |
[ OK ] JobsRegistry.Priority (1 ms) | |
[ RUN ] JobsRegistry.Simultaneous | |
[ OK ] JobsRegistry.Simultaneous (0 ms) | |
[ RUN ] JobsRegistry.Resubmit | |
[ OK ] JobsRegistry.Resubmit (0 ms) | |
[ RUN ] JobsRegistry.Retry | |
[ OK ] JobsRegistry.Retry (0 ms) | |
[ RUN ] JobsRegistry.PausePending | |
[ OK ] JobsRegistry.PausePending (0 ms) | |
[ RUN ] JobsRegistry.PauseRunning | |
[ OK ] JobsRegistry.PauseRunning (0 ms) | |
[ RUN ] JobsRegistry.PauseRetry | |
[ OK ] JobsRegistry.PauseRetry (0 ms) | |
[ RUN ] JobsRegistry.Cancel | |
[ OK ] JobsRegistry.Cancel (0 ms) | |
[----------] 8 tests from JobsRegistry (1 ms total) | |
[----------] 1 test from JobsEngine | |
[ RUN ] JobsEngine.SubmitAndWait | |
[ OK ] JobsEngine.SubmitAndWait (10 ms) | |
[ DISABLED ] JobsEngine.DISABLED_SequenceOfOperationsJob | |
[ DISABLED ] JobsEngine.DISABLED_Lua | |
[----------] 1 test from JobsEngine (10 ms total) | |
[----------] 12 tests from JobsSerialization | |
[ RUN ] JobsSerialization.BadFileFormat | |
[ OK ] JobsSerialization.BadFileFormat (0 ms) | |
[ RUN ] JobsSerialization.JobOperationValues | |
[ OK ] JobsSerialization.JobOperationValues (0 ms) | |
[ RUN ] JobsSerialization.GenericValues | |
[ OK ] JobsSerialization.GenericValues (0 ms) | |
[ RUN ] JobsSerialization.GenericJobs | |
[ OK ] JobsSerialization.GenericJobs (0 ms) | |
[ RUN ] JobsSerialization.DicomModification | |
[ OK ] JobsSerialization.DicomModification (0 ms) | |
[ RUN ] JobsSerialization.DicomModification2 | |
[ OK ] JobsSerialization.DicomModification2 (0 ms) | |
[ RUN ] JobsSerialization.Registry | |
[ OK ] JobsSerialization.Registry (0 ms) | |
[ RUN ] JobsSerialization.TrailingStep | |
[ OK ] JobsSerialization.TrailingStep (0 ms) | |
[ RUN ] JobsSerialization.RemoteModalityParameters | |
[ OK ] JobsSerialization.RemoteModalityParameters (0 ms) | |
[ RUN ] JobsSerialization.DicomAssociationParameters | |
[ OK ] JobsSerialization.DicomAssociationParameters (0 ms) | |
[ RUN ] JobsSerialization.GenericOperations | |
[ OK ] JobsSerialization.GenericOperations (0 ms) | |
[ RUN ] JobsSerialization.DicomInstanceOrigin | |
[ OK ] JobsSerialization.DicomInstanceOrigin (0 ms) | |
[----------] 12 tests from JobsSerialization (0 ms total) | |
[----------] 1 test from SerializationToolbox | |
[ RUN ] SerializationToolbox.Numbers | |
[ OK ] SerializationToolbox.Numbers (0 ms) | |
[----------] 1 test from SerializationToolbox (0 ms total) | |
[----------] 1 test from FuncStreamBuf | |
[ RUN ] FuncStreamBuf.BasicTest | |
[ OK ] FuncStreamBuf.BasicTest (0 ms) | |
[----------] 1 test from FuncStreamBuf (0 ms total) | |
[----------] 2 tests from Logging | |
[ RUN ] Logging.Categories | |
[ OK ] Logging.Categories (0 ms) | |
[ RUN ] Logging.Enumerations | |
[ OK ] Logging.Enumerations (0 ms) | |
[----------] 2 tests from Logging (0 ms total) | |
[----------] 5 tests from Lua | |
[ RUN ] Lua.Existing | |
[ OK ] Lua.Existing (0 ms) | |
[ RUN ] Lua.ReturnJson | |
[ OK ] Lua.ReturnJson (0 ms) | |
[ RUN ] Lua.Json | |
[ OK ] Lua.Json (0 ms) | |
[ RUN ] Lua.Simple | |
[ OK ] Lua.Simple (0 ms) | |
[ RUN ] Lua.Http | |
[ OK ] Lua.Http (246 ms) | |
[----------] 5 tests from Lua (246 ms total) | |
[----------] 6 tests from LRU | |
[ RUN ] LRU.Basic | |
[ OK ] LRU.Basic (0 ms) | |
[ RUN ] LRU.Payload | |
[ OK ] LRU.Payload (0 ms) | |
[ RUN ] LRU.PayloadUpdate | |
[ OK ] LRU.PayloadUpdate (0 ms) | |
[ RUN ] LRU.PayloadUpdateBis | |
[ OK ] LRU.PayloadUpdateBis (0 ms) | |
[ RUN ] LRU.GetAllKeys | |
[ OK ] LRU.GetAllKeys (0 ms) | |
[ RUN ] LRU.SharedArchive | |
[ OK ] LRU.SharedArchive (0 ms) | |
[----------] 6 tests from LRU (0 ms total) | |
[----------] 1 test from MemoryCache | |
[ RUN ] MemoryCache.Basic | |
[ OK ] MemoryCache.Basic (0 ms) | |
[----------] 1 test from MemoryCache (0 ms total) | |
[----------] 5 tests from MemoryStringCache | |
[ RUN ] MemoryStringCache.Basic | |
[ OK ] MemoryStringCache.Basic (0 ms) | |
[ RUN ] MemoryStringCache.Invalidate | |
[ OK ] MemoryStringCache.Invalidate (0 ms) | |
[ RUN ] MemoryStringCache.ThreadingScenarioHappy | |
[ OK ] MemoryStringCache.ThreadingScenarioHappy (110 ms) | |
[ RUN ] MemoryStringCache.ThreadingScenarioFailure | |
[ OK ] MemoryStringCache.ThreadingScenarioFailure (110 ms) | |
[ RUN ] MemoryStringCache.ThreadingScenarioInvalidate | |
[ OK ] MemoryStringCache.ThreadingScenarioInvalidate (110 ms) | |
[----------] 5 tests from MemoryStringCache (330 ms total) | |
[----------] 3 tests from HttpClient | |
[ RUN ] HttpClient.Basic | |
[ OK ] HttpClient.Basic (93 ms) | |
[ RUN ] HttpClient.Ssl | |
[ OK ] HttpClient.Ssl (220 ms) | |
[ RUN ] HttpClient.SslNoVerification | |
[ OK ] HttpClient.SslNoVerification (316 ms) | |
[ DISABLED ] HttpClient.DISABLED_Issue156_Slow | |
[ DISABLED ] HttpClient.DISABLED_Issue156_Crash | |
[----------] 3 tests from HttpClient (629 ms total) | |
[----------] 2 tests from ChunkedBuffer | |
[ RUN ] ChunkedBuffer.Basic | |
[ OK ] ChunkedBuffer.Basic (0 ms) | |
[ DISABLED ] ChunkedBuffer.DISABLED_Large | |
[ RUN ] ChunkedBuffer.Pending | |
[ OK ] ChunkedBuffer.Pending (0 ms) | |
[----------] 2 tests from ChunkedBuffer (0 ms total) | |
[----------] 4 tests from RestApi | |
[ RUN ] RestApi.ParseCookies | |
[ OK ] RestApi.ParseCookies (0 ms) | |
[ RUN ] RestApi.RestApiPath | |
[ OK ] RestApi.RestApiPath (0 ms) | |
[ RUN ] RestApi.RestApiHierarchy | |
[ OK ] RestApi.RestApiHierarchy (0 ms) | |
[ RUN ] RestApi.HttpContentNegociation | |
[ OK ] RestApi.HttpContentNegociation (0 ms) | |
[----------] 4 tests from RestApi (0 ms total) | |
[----------] 3 tests from WebServiceParameters | |
[ RUN ] WebServiceParameters.Serialization | |
[ OK ] WebServiceParameters.Serialization (0 ms) | |
[ RUN ] WebServiceParameters.UserProperties | |
[ OK ] WebServiceParameters.UserProperties (0 ms) | |
[ RUN ] WebServiceParameters.Url | |
[ OK ] WebServiceParameters.Url (0 ms) | |
[----------] 3 tests from WebServiceParameters (0 ms total) | |
[----------] 1 test from StringMatcher | |
[ RUN ] StringMatcher.Basic | |
[ OK ] StringMatcher.Basic (0 ms) | |
[----------] 1 test from StringMatcher (0 ms total) | |
[----------] 1 test from CStringMatcher | |
[ RUN ] CStringMatcher.Basic | |
[ OK ] CStringMatcher.Basic (0 ms) | |
[----------] 1 test from CStringMatcher (0 ms total) | |
[----------] 4 tests from MultipartStreamReader | |
[ RUN ] MultipartStreamReader.ParseHeaders | |
[ OK ] MultipartStreamReader.ParseHeaders (0 ms) | |
[ RUN ] MultipartStreamReader.ParseHeaders2 | |
[ OK ] MultipartStreamReader.ParseHeaders2 (0 ms) | |
[ RUN ] MultipartStreamReader.BytePerByte | |
[ OK ] MultipartStreamReader.BytePerByte (0 ms) | |
[ RUN ] MultipartStreamReader.Issue190 | |
[ OK ] MultipartStreamReader.Issue190 (0 ms) | |
[----------] 4 tests from MultipartStreamReader (0 ms total) | |
[----------] 7 tests from SQLConnectionTest | |
[ RUN ] SQLConnectionTest.Execute | |
[ OK ] SQLConnectionTest.Execute (0 ms) | |
[ RUN ] SQLConnectionTest.ExecuteWithErrorCode | |
[ OK ] SQLConnectionTest.ExecuteWithErrorCode (0 ms) | |
[ RUN ] SQLConnectionTest.CachedStatement | |
[ OK ] SQLConnectionTest.CachedStatement (0 ms) | |
[ RUN ] SQLConnectionTest.IsSQLValidTest | |
[ OK ] SQLConnectionTest.IsSQLValidTest (0 ms) | |
[ RUN ] SQLConnectionTest.DoesStuffExist | |
[ OK ] SQLConnectionTest.DoesStuffExist (0 ms) | |
[ RUN ] SQLConnectionTest.GetLastInsertRowId | |
[ OK ] SQLConnectionTest.GetLastInsertRowId (0 ms) | |
[ RUN ] SQLConnectionTest.Rollback | |
[ OK ] SQLConnectionTest.Rollback (0 ms) | |
[----------] 7 tests from SQLConnectionTest (0 ms total) | |
[----------] 3 tests from SQLStatementTest | |
[ RUN ] SQLStatementTest.Run | |
[ OK ] SQLStatementTest.Run (0 ms) | |
[ RUN ] SQLStatementTest.BasicErrorCallback | |
[ OK ] SQLStatementTest.BasicErrorCallback (0 ms) | |
[ RUN ] SQLStatementTest.Reset | |
[ OK ] SQLStatementTest.Reset (0 ms) | |
[----------] 3 tests from SQLStatementTest (0 ms total) | |
[----------] 3 tests from SQLTransactionTest | |
[ RUN ] SQLTransactionTest.Commit | |
[ OK ] SQLTransactionTest.Commit (0 ms) | |
[ RUN ] SQLTransactionTest.Rollback | |
[ OK ] SQLTransactionTest.Rollback (0 ms) | |
[ RUN ] SQLTransactionTest.NestedRollback | |
[ OK ] SQLTransactionTest.NestedRollback (0 ms) | |
[----------] 3 tests from SQLTransactionTest (0 ms total) | |
[----------] 8 tests from SQLite | |
[ RUN ] SQLite.Configuration | |
[ OK ] SQLite.Configuration (0 ms) | |
[ RUN ] SQLite.Connection | |
[ OK ] SQLite.Connection (28 ms) | |
[ RUN ] SQLite.StatementReferenceBasic | |
[ OK ] SQLite.StatementReferenceBasic (0 ms) | |
[ RUN ] SQLite.StatementBasic | |
[ OK ] SQLite.StatementBasic (0 ms) | |
[ RUN ] SQLite.ScalarFunction | |
[ OK ] SQLite.ScalarFunction (0 ms) | |
[ RUN ] SQLite.CascadedDeleteCallback | |
[ OK ] SQLite.CascadedDeleteCallback (0 ms) | |
[ RUN ] SQLite.EmptyTransactions | |
[ OK ] SQLite.EmptyTransactions (0 ms) | |
[ RUN ] SQLite.Types | |
[ OK ] SQLite.Types (0 ms) | |
[----------] 8 tests from SQLite (28 ms total) | |
[----------] 4 tests from Gzip | |
[ RUN ] Gzip.Basic | |
[ OK ] Gzip.Basic (0 ms) | |
[ RUN ] Gzip.Empty | |
[ OK ] Gzip.Empty (0 ms) | |
[ RUN ] Gzip.BasicWithPrefix | |
[ OK ] Gzip.BasicWithPrefix (0 ms) | |
[ RUN ] Gzip.EmptyWithPrefix | |
[ OK ] Gzip.EmptyWithPrefix (0 ms) | |
[----------] 4 tests from Gzip (0 ms total) | |
[----------] 3 tests from Zlib | |
[ RUN ] Zlib.Basic | |
[ OK ] Zlib.Basic (0 ms) | |
[ RUN ] Zlib.Level | |
[ OK ] Zlib.Level (0 ms) | |
[ DISABLED ] Zlib.DISABLED_Corrupted | |
[ RUN ] Zlib.Empty | |
[ OK ] Zlib.Empty (0 ms) | |
[----------] 3 tests from Zlib (0 ms total) | |
[----------] 1 test from BufferHttpSender | |
[ RUN ] BufferHttpSender.Basic | |
[ OK ] BufferHttpSender.Basic (0 ms) | |
[----------] 1 test from BufferHttpSender (0 ms total) | |
[----------] 1 test from FilesystemHttpSender | |
[ RUN ] FilesystemHttpSender.Basic | |
[ OK ] FilesystemHttpSender.Basic (0 ms) | |
[----------] 1 test from FilesystemHttpSender (0 ms total) | |
[----------] 1 test from HttpStreamTranscoder | |
[ RUN ] HttpStreamTranscoder.Basic | |
[ OK ] HttpStreamTranscoder.Basic (0 ms) | |
[----------] 1 test from HttpStreamTranscoder (0 ms total) | |
[----------] 6 tests from ZipWriter | |
[ RUN ] ZipWriter.Basic | |
[ OK ] ZipWriter.Basic (0 ms) | |
[ RUN ] ZipWriter.Basic64 | |
[ OK ] ZipWriter.Basic64 (0 ms) | |
[ RUN ] ZipWriter.Exceptions | |
[ OK ] ZipWriter.Exceptions (0 ms) | |
[ RUN ] ZipWriter.Append | |
[ OK ] ZipWriter.Append (0 ms) | |
[ RUN ] ZipWriter.Stream | |
[ OK ] ZipWriter.Stream (23 ms) | |
[ RUN ] ZipWriter.BufferWithSeek | |
[ OK ] ZipWriter.BufferWithSeek (0 ms) | |
[----------] 6 tests from ZipWriter (23 ms total) | |
[----------] 3 tests from HierarchicalZipWriter | |
[ RUN ] HierarchicalZipWriter.Index | |
[ OK ] HierarchicalZipWriter.Index (0 ms) | |
[ RUN ] HierarchicalZipWriter.Filenames | |
[ OK ] HierarchicalZipWriter.Filenames (0 ms) | |
[ RUN ] HierarchicalZipWriter.Basic | |
[ OK ] HierarchicalZipWriter.Basic (0 ms) | |
[----------] 3 tests from HierarchicalZipWriter (0 ms total) | |
[----------] 1 test from ZipReader | |
[ RUN ] ZipReader.Basic | |
[ OK ] ZipReader.Basic (0 ms) | |
[----------] 1 test from ZipReader (0 ms total) | |
[----------] 2 tests from DatabaseLookup | |
[ RUN ] DatabaseLookup.SingleConstraint | |
[ OK ] DatabaseLookup.SingleConstraint (0 ms) | |
[ RUN ] DatabaseLookup.FromDicom | |
[ OK ] DatabaseLookup.FromDicom (0 ms) | |
[----------] 2 tests from DatabaseLookup (0 ms total) | |
[----------] 2 tests from SharedLibrary | |
[ RUN ] SharedLibrary.Enumerations | |
[ OK ] SharedLibrary.Enumerations (0 ms) | |
[ RUN ] SharedLibrary.Basic | |
[ OK ] SharedLibrary.Basic (0 ms) | |
[----------] 2 tests from SharedLibrary (0 ms total) | |
[----------] 5 tests from DatabaseWrapperTest | |
[ RUN ] DatabaseWrapperTest.Simple | |
[ OK ] DatabaseWrapperTest.Simple (1 ms) | |
[ RUN ] DatabaseWrapperTest.Upward | |
[ OK ] DatabaseWrapperTest.Upward (0 ms) | |
[ RUN ] DatabaseWrapperTest.PatientRecycling | |
[ OK ] DatabaseWrapperTest.PatientRecycling (0 ms) | |
[ RUN ] DatabaseWrapperTest.PatientProtection | |
[ OK ] DatabaseWrapperTest.PatientProtection (0 ms) | |
[ RUN ] DatabaseWrapperTest.LookupIdentifier | |
[ OK ] DatabaseWrapperTest.LookupIdentifier (0 ms) | |
[----------] 5 tests from DatabaseWrapperTest (4 ms total) | |
[----------] 5 tests from ServerIndex | |
[ RUN ] ServerIndex.Sequence | |
[ OK ] ServerIndex.Sequence (121 ms) | |
[ RUN ] ServerIndex.AttachmentRecycling | |
[ OK ] ServerIndex.AttachmentRecycling (121 ms) | |
[ RUN ] ServerIndex.NormalizeIdentifier | |
[ OK ] ServerIndex.NormalizeIdentifier (0 ms) | |
[ RUN ] ServerIndex.Overwrite | |
[ OK ] ServerIndex.Overwrite (242 ms) | |
[ RUN ] ServerIndex.DicomUntilPixelData | |
[ OK ] ServerIndex.DicomUntilPixelData (242 ms) | |
[----------] 5 tests from ServerIndex (727 ms total) | |
[----------] 1 test from ServerToolbox | |
[ RUN ] ServerToolbox.ValidLabels | |
[ OK ] ServerToolbox.ValidLabels (0 ms) | |
[----------] 1 test from ServerToolbox (0 ms total) | |
[----------] 5 tests from OrthancJobsSerialization | |
[ RUN ] OrthancJobsSerialization.Values | |
[ OK ] OrthancJobsSerialization.Values (121 ms) | |
[ RUN ] OrthancJobsSerialization.Operations | |
[ OK ] OrthancJobsSerialization.Operations (121 ms) | |
[ RUN ] OrthancJobsSerialization.Jobs | |
[ OK ] OrthancJobsSerialization.Jobs (121 ms) | |
[ RUN ] OrthancJobsSerialization.DicomAssociationParameters | |
[ OK ] OrthancJobsSerialization.DicomAssociationParameters (121 ms) | |
[ RUN ] OrthancJobsSerialization.DicomMoveScuJob | |
[ OK ] OrthancJobsSerialization.DicomMoveScuJob (121 ms) | |
[----------] 5 tests from OrthancJobsSerialization (606 ms total) | |
[----------] 1 test from OrthancFramework | |
[ RUN ] OrthancFramework.SizeOf | |
sizeof(::Orthanc::BufferHttpSender) == 128 | |
sizeof(::Orthanc::CStringMatcher) == 72 | |
sizeof(::Orthanc::ChunkedBuffer) == 72 | |
sizeof(::Orthanc::DcmtkTranscoder) == 16 | |
sizeof(::Orthanc::DeflateBaseCompressor) == 16 | |
sizeof(::Orthanc::Deprecated::MemoryCache) == 88 | |
sizeof(::Orthanc::DicomArray) == 24 | |
sizeof(::Orthanc::DicomAssociationParameters) == 272 | |
sizeof(::Orthanc::DicomElement) == 16 | |
sizeof(::Orthanc::DicomFindAnswers) == 40 | |
sizeof(::Orthanc::DicomImageDecoder) == 1 | |
sizeof(::Orthanc::DicomImageInformation) == 48 | |
sizeof(::Orthanc::DicomInstanceHasher) == 256 | |
sizeof(::Orthanc::DicomMap) == 48 | |
sizeof(::Orthanc::DicomModification) == 536 | |
sizeof(::Orthanc::DicomPath) == 32 | |
sizeof(::Orthanc::DicomStoreUserConnection) == 392 | |
sizeof(::Orthanc::DicomStreamReader) == 96 | |
sizeof(::Orthanc::DicomTag) == 4 | |
sizeof(::Orthanc::DicomValue) == 80 | |
sizeof(::Orthanc::DicomWebJsonVisitor) == 56 | |
sizeof(::Orthanc::FileBuffer) == 16 | |
sizeof(::Orthanc::FileInfo) == 136 | |
sizeof(::Orthanc::FilesystemHttpSender) == 640 | |
sizeof(::Orthanc::FilesystemStorage) == 48 | |
sizeof(::Orthanc::Font) == 96 | |
sizeof(::Orthanc::FontRegistry) == 24 | |
sizeof(::Orthanc::FromDcmtkBridge) == 1 | |
sizeof(::Orthanc::FromDcmtkBridge::IDicomPathVisitor) == 8 | |
sizeof(::Orthanc::GenericJobUnserializer) == 8 | |
sizeof(::Orthanc::GzipCompressor) == 16 | |
sizeof(::Orthanc::HierarchicalZipWriter) == 88 | |
sizeof(::Orthanc::HttpClient) == 328 | |
sizeof(::Orthanc::HttpContentNegociation) == 24 | |
sizeof(::Orthanc::HttpFileSender) == 72 | |
sizeof(::Orthanc::HttpOutput) == 160 | |
sizeof(::Orthanc::HttpServer) == 328 | |
sizeof(::Orthanc::HttpStreamTranscoder) == 64 | |
sizeof(::Orthanc::HttpToolbox) == 1 | |
sizeof(::Orthanc::IBufferCompressor) == 8 | |
sizeof(::Orthanc::IDicomTranscoder) == 8 | |
sizeof(::Orthanc::IDicomTranscoder::DicomImage) == 40 | |
sizeof(::Orthanc::IDynamicObject) == 8 | |
sizeof(::Orthanc::IImageWriter) == 8 | |
sizeof(::Orthanc::IJob) == 8 | |
sizeof(::Orthanc::IJobOperation) == 8 | |
sizeof(::Orthanc::IJobOperationValue) == 8 | |
sizeof(::Orthanc::IJobUnserializer) == 8 | |
sizeof(::Orthanc::Image) == 72 | |
sizeof(::Orthanc::ImageAccessor) == 40 | |
sizeof(::Orthanc::ImageBuffer) == 32 | |
sizeof(::Orthanc::ImageProcessing) == 1 | |
sizeof(::Orthanc::ImageProcessing::IPolygonFiller) == 8 | |
sizeof(::Orthanc::ImageProcessing::ImagePoint) == 8 | |
sizeof(::Orthanc::JobInfo) == 248 | |
sizeof(::Orthanc::JobOperationValues) == 24 | |
sizeof(::Orthanc::JobStepResult) == 48 | |
sizeof(::Orthanc::JobsEngine) == 104 | |
sizeof(::Orthanc::JobsRegistry) == 384 | |
sizeof(::Orthanc::JobsRegistry::IObserver) == 8 | |
sizeof(::Orthanc::JobsRegistry::RunningJob) == 72 | |
sizeof(::Orthanc::JpegReader) == 72 | |
sizeof(::Orthanc::JpegWriter) == 16 | |
sizeof(::Orthanc::LogJobOperation) == 8 | |
sizeof(::Orthanc::Logging::InternalLogger) == 64 | |
sizeof(::Orthanc::LuaContext) == 368 | |
sizeof(::Orthanc::LuaFunctionCall) == 16 | |
sizeof(::Orthanc::MemoryObjectCache) == 440 | |
sizeof(::Orthanc::MemoryStringCache) == 264 | |
sizeof(::Orthanc::MetricsRegistry) == 96 | |
sizeof(::Orthanc::MetricsRegistry::ActiveCounter) == 8 | |
sizeof(::Orthanc::MetricsRegistry::SharedMetrics) == 88 | |
sizeof(::Orthanc::MetricsRegistry::Timer) == 56 | |
sizeof(::Orthanc::MultipartStreamReader) == 240 | |
sizeof(::Orthanc::NullOperationValue) == 8 | |
sizeof(::Orthanc::NumpyWriter) == 16 | |
sizeof(::Orthanc::OrthancException) == 24 | |
sizeof(::Orthanc::PamReader) == 128 | |
sizeof(::Orthanc::PamWriter) == 8 | |
sizeof(::Orthanc::ParsedDicomCache) == 104 | |
sizeof(::Orthanc::ParsedDicomCache::Accessor) == 72 | |
sizeof(::Orthanc::ParsedDicomDir) == 120 | |
sizeof(::Orthanc::ParsedDicomFile) == 24 | |
sizeof(::Orthanc::PngReader) == 64 | |
sizeof(::Orthanc::PngWriter) == 8 | |
sizeof(::Orthanc::RemoteModalityParameters) == 128 | |
sizeof(::Orthanc::RestApiHierarchy) == 168 | |
sizeof(::Orthanc::RestApiHierarchy::Resource) == 32 | |
sizeof(::Orthanc::RestApiPath) == 56 | |
sizeof(::Orthanc::SQLite::Connection) == 64 | |
sizeof(::Orthanc::SQLite::FunctionContext) == 24 | |
sizeof(::Orthanc::SQLite::Statement) == 32 | |
sizeof(::Orthanc::SQLite::StatementId) == 48 | |
sizeof(::Orthanc::SQLite::StatementReference) == 24 | |
sizeof(::Orthanc::SQLite::Transaction) == 24 | |
sizeof(::Orthanc::Semaphore) == 136 | |
sizeof(::Orthanc::SequenceOfOperationsJob) == 240 | |
sizeof(::Orthanc::SequenceOfOperationsJob::IObserver) == 8 | |
sizeof(::Orthanc::SequenceOfOperationsJob::Lock) == 24 | |
sizeof(::Orthanc::SerializationToolbox) == 1 | |
sizeof(::Orthanc::SetOfCommandsJob) == 88 | |
sizeof(::Orthanc::SetOfInstancesJob) == 192 | |
sizeof(::Orthanc::SharedArchive) == 168 | |
sizeof(::Orthanc::SharedArchive::Accessor) == 24 | |
sizeof(::Orthanc::SharedLibrary) == 40 | |
sizeof(::Orthanc::SharedMessageQueue) == 248 | |
sizeof(::Orthanc::StorageAccessor) == 24 | |
sizeof(::Orthanc::StorageCache) == 360 | |
sizeof(::Orthanc::StreamBlockReader) == 56 | |
sizeof(::Orthanc::StringMatcher) == 72 | |
sizeof(::Orthanc::StringOperationValue) == 40 | |
sizeof(::Orthanc::SystemToolbox) == 1 | |
sizeof(::Orthanc::TemporaryFile) == 32 | |
sizeof(::Orthanc::Toolbox) == 1 | |
sizeof(::Orthanc::Toolbox::LinesIterator) == 24 | |
sizeof(::Orthanc::WebServiceParameters) == 304 | |
sizeof(::Orthanc::ZipReader) == 16 | |
sizeof(::Orthanc::ZipWriter) == 64 | |
sizeof(::Orthanc::ZipWriter::IOutputStream) == 8 | |
sizeof(::Orthanc::ZipWriter::MemoryStream) == 96 | |
sizeof(::Orthanc::ZlibCompressor) == 16 | |
[ OK ] OrthancFramework.SizeOf (0 ms) | |
[----------] 1 test from OrthancFramework (0 ms total) | |
[----------] 2 tests from EnumerationDictionary | |
[ RUN ] EnumerationDictionary.Simple | |
[ OK ] EnumerationDictionary.Simple (0 ms) | |
[ RUN ] EnumerationDictionary.ServerEnumerations | |
[ OK ] EnumerationDictionary.ServerEnumerations (0 ms) | |
[----------] 2 tests from EnumerationDictionary (0 ms total) | |
[----------] 1 test from FontRegistry | |
[ RUN ] FontRegistry.Basic | |
[ OK ] FontRegistry.Basic (5 ms) | |
[----------] 1 test from FontRegistry (5 ms total) | |
[----------] 1 test from StorageCommitmentReports | |
[ RUN ] StorageCommitmentReports.Basic | |
[ OK ] StorageCommitmentReports.Basic (0 ms) | |
[----------] 1 test from StorageCommitmentReports (0 ms total) | |
[----------] 5 tests from Versions | |
[ RUN ] Versions.Zlib | |
[ OK ] Versions.Zlib (0 ms) | |
[ RUN ] Versions.Curl | |
[ OK ] Versions.Curl (0 ms) | |
[ RUN ] Versions.Png | |
[ OK ] Versions.Png (0 ms) | |
[ RUN ] Versions.SQLite | |
[ OK ] Versions.SQLite (0 ms) | |
[ RUN ] Versions.Lua | |
[ OK ] Versions.Lua (0 ms) | |
[----------] 5 tests from Versions (0 ms total) | |
[----------] Global test environment tear-down | |
[==========] 320 tests from 74 test suites ran. (2685 ms total) | |
[ PASSED ] 320 tests. | |
YOU HAVE 13 DISABLED TESTS | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment