mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-27 21:13:53 +00:00
add region block...This setup-teardown keeps getting repeated...
This commit is contained in:
committed by
alexiscatnip
parent
a824604dcf
commit
1b76d08bd1
@@ -13,9 +13,12 @@ namespace Tests.Raindrop
|
||||
// test if the j2p decode and encode can work.
|
||||
// test if able to write to disk.
|
||||
// have to manual check the images on the disk to see if the test passes.
|
||||
|
||||
public static string _inputImageSubPath = "test/menhara.jp2";
|
||||
|
||||
#region Setup, teardown
|
||||
private static RaindropInstance instance;
|
||||
public static string clientDir;
|
||||
public static string _inputImageSubPath = "test/menhara.jp2";
|
||||
|
||||
[OneTimeSetUp]
|
||||
public void OneTimeSetUp()
|
||||
@@ -30,6 +33,7 @@ namespace Tests.Raindrop
|
||||
{
|
||||
instance.CleanUp();
|
||||
}
|
||||
#endregion
|
||||
|
||||
//can read the image data from path.
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user