Unverified Commit a66ddb60 authored by mrbean-bremen's avatar mrbean-bremen
Browse files

Removed test that always passes inconclusive

- removed debug break in marker end test that made it very slow
- added link to release notes in Wiki
parent 027bfcc9
......@@ -12,6 +12,8 @@ It is also available via Nuget:
PM> Install-Package Svg
```
Release notes for the latest versions can be found in the [Wiki](https://github.com/vvvv/SVG/wiki/Release-Notes).
## Projects using the library
* [vvvv](http://vvvv.org) a hybrid visual/textual live-programming environment for easy prototyping and development.
......
......@@ -93,8 +93,6 @@ namespace Svg.UnitTests
img.Save(file + ".png");
Debug.WriteLine(string.Format("Svg saved to '{0}'", file));
Debugger.Break();
// Remove
var svg = new FileInfo(file + ".svg");
if (svg.Exists) svg.Delete();
......
......@@ -13,7 +13,7 @@ namespace Svg.UnitTests
{
/// <summary>
/// Test Class of rendering SVGs as meterfile.
/// Test Class of rendering SVGs as metafile.
/// Based on Issue 210.
/// </summary>
/// <remarks>
......
......@@ -35,27 +35,5 @@ namespace Svg.UnitTests
});
Trace.WriteLine("Done");
}
[TestMethod]
public void LoadSVGThreading_MultiThread_GivesMemoryExceptionOnTooManyParallelTest()
{
try
{
Parallel.For(0, 100, (x) =>
{
LoadFile();
});
}
catch (AggregateException ex)
{
//We expect an SVG Memory Exception to be thrown, thats okay, otherwise fail
if (!(ex.InnerException is SvgMemoryException))
{
throw ex.InnerException;
}
}
Assert.Inconclusive("This test was expected to throw an SVGMemoryException, however this is higly dependent on the file and machine under test. This is not a fail reason.");
}
}
}
Tests/W3CTestSuite/png/__issue-391-01.png

384 Bytes | W: | H:

Tests/W3CTestSuite/png/__issue-391-01.png

1.75 KB | W: | H:

Tests/W3CTestSuite/png/__issue-391-01.png
Tests/W3CTestSuite/png/__issue-391-01.png
Tests/W3CTestSuite/png/__issue-391-01.png
Tests/W3CTestSuite/png/__issue-391-01.png
  • 2-up
  • Swipe
  • Onion skin
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ev="http://www.w3.org/2001/xml-events"
width="0.240241in" height="0.185667in" viewBox="0 0 17.2974 13.368" xml:space="preserve" color-interpolation-filters="sRGB"
class="st3">
width="100" height="60" xml:space="preserve" color-interpolation-filters="sRGB"
class="st3" transform="scale(4)">
<title>Enkelpolige schakelaar met signalisatielamp</title>
<style type="text/css">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment