You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Exactly the same as LightCodeInsightFixtureTestCase except uses TempDirTestFixtureImpl instead of LightTempDirTestFixtureImpl.
21
+
* This is because the light temp dir stuff fails to work in some cases because it's in-memory file system protocol "temp:" is
22
+
* invalid in the eyes of the URL class, which causes URL exceptions. For instance, the Json manifold creates a URL from the resource files.
23
+
*
24
+
* see https://www.programcreek.com/java-api-examples/?code=manifold-systems/manifold-ij/manifold-ij-master/src/test/java/manifold/ij/SomewhatLightCodeInsightFixtureTestCase.java
0 commit comments