Skip to content

Commit

Permalink
Fix IDE config for test directories. Add link to HTML local-file ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
tntim96 committed Jul 6, 2024
1 parent 19a396e commit 25aac74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions JSCover.iml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test-acceptance/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test-acceptance/resources" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test-integration/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test-integration/resources" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/target/generated-sources/annotations" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/target/generated-test-sources/test-annotations" isTestSource="true" generated="true" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
Expand Down
1 change: 1 addition & 0 deletions bookmarks.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ <h2>Raised in Error</h2>
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=788070" target="_blank">AstNode addition within switch-case failing</a><br/>

<h2>Other related bugs</h2>
<a href="https://github.com/HtmlUnit/htmlunit/issues/808" target="_blank">Add option to allow XMLHttpRequest for local files from the same directory and subdirectories</a> HtmlUnit<br/>
<a href="https://github.com/HtmlUnit/htmlunit/issues/472" target="_blank">Add support for Jasmine 4.0.1</a> HtmlUnit<br/>
<a href="https://sourceforge.net/p/htmlunit/bugs/1599/" target="_blank">Support for Jasmine 2.0</a> HtmlUnit<br/>
<a href="https://github.com/pivotal/jasmine/issues/586" target="_blank">HtmlUnit and Jasmine 2.0</a> Jasmine<br/>
Expand Down

0 comments on commit 25aac74

Please sign in to comment.