[JIRA] (JENKINS-61031) JenkinsRule#assertAllImageLoadSuccessfully fails to load SVG images

2020-02-10 Thread fqueir...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Félix Queiruga Balado started work on  JENKINS-61031  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Félix Queiruga Balado  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204505.1581335468000.5367.1581335520299%40Atlassian.JIRA.


[JIRA] (JENKINS-61031) JenkinsRule#assertAllImageLoadSuccessfully fails to load SVG images

2020-02-10 Thread fqueir...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Félix Queiruga Balado created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61031  
 
 
  JenkinsRule#assertAllImageLoadSuccessfully fails to load SVG images   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Félix Queiruga Balado  
 
 
Components: 
 jenkins-test-harness  
 
 
Created: 
 2020-02-10 11:51  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Félix Queiruga Balado  
 

  
 
 
 
 

 
 The method JenkinsRule#assertAllImageLoadSuccessfully tries to download all images provided by ``  tags. It does so by reading the height of the image. It throws an exception when trying to load SVG images on tags like ``, because SVGs cannot be read by a buffered reader.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment