Skip to content

Commit

Permalink
apps: delete TestIssue5292 (Assimp deprecated support for .blend assets)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 29, 2024
1 parent c78a9ed commit dd2efbd
Show file tree
Hide file tree
Showing 19 changed files with 5 additions and 128 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
distribution: 'zulu'
java-version: 8
- run: ./gradlew build TestIssue5253 TestIssue5289 TestIssue5292 --console=plain --no-daemon --stacktrace
- run: ./gradlew build TestIssue5253 TestIssue5289 --console=plain --no-daemon --stacktrace

Java11-Linux:
if: contains(toJson(github.event.commits), '[ci skip] ') == false
Expand All @@ -26,7 +26,7 @@ jobs:
distribution: 'zulu'
java-version: 11
- uses: gradle/wrapper-validation-action@v2
- run: ./gradlew build TestIssue5253 TestIssue5289 TestIssue5292 --console=plain --no-daemon --stacktrace
- run: ./gradlew build TestIssue5253 TestIssue5289 --console=plain --no-daemon --stacktrace

Java17-MacOS:
if: contains(toJson(github.event.commits), '[ci skip] ') == false
Expand All @@ -37,7 +37,7 @@ jobs:
with:
distribution: 'zulu'
java-version: 17
- run: ./gradlew build TestIssue5253 TestIssue5289 TestIssue5292 --console=plain --no-daemon --stacktrace
- run: ./gradlew build TestIssue5253 TestIssue5289 --console=plain --no-daemon --stacktrace

Java21-Windows:
if: contains(toJson(github.event.commits), '[ci skip] ') == false
Expand All @@ -48,5 +48,5 @@ jobs:
with:
distribution: 'zulu'
java-version: 21
- run: ./gradlew build TestIssue5289 TestIssue5292 --console=plain --no-daemon --stacktrace
- run: ./gradlew build TestIssue5289 --console=plain --no-daemon --stacktrace
shell: bash
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Note: the following license does not apply to the files in
"apps/Models/Issue5289" and "apps/Models/Issue5292" and their subfolders,
"apps/Models/Issue5289" and its subfolders,
which are separately licensed.
See the "license.txt" files for details.

Expand Down
29 changes: 0 additions & 29 deletions apps/Models/Issue5292/license.txt

This file was deleted.

Binary file removed apps/Models/Issue5292/source/Concorde.blend
Binary file not shown.
Binary file removed apps/Models/Issue5292/textures/cockpit_ext.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed apps/Models/Issue5292/textures/hull.png
Binary file not shown.
Binary file not shown.
Binary file removed apps/Models/Issue5292/textures/main_gear.png
Binary file not shown.
Binary file removed apps/Models/Issue5292/textures/nosegear.png
Binary file not shown.
Binary file removed apps/Models/Issue5292/textures/prod_engines_T.png
Binary file not shown.
Binary file removed apps/Models/Issue5292/textures/prod_engines_r_t.png
Binary file not shown.
Binary file not shown.
Binary file removed apps/Models/Issue5292/textures/visor_T.png
Binary file not shown.
Binary file removed apps/Models/Issue5292/textures/wheel.png
Binary file not shown.
4 changes: 0 additions & 4 deletions apps/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ tasks.register('TestIssue5289', JavaExec) {
description 'Runs the test for issue 5289.'
mainClass = 'com.github.stephengold.wrench.test.issue.TestIssue5289'
}
tasks.register('TestIssue5292', JavaExec) {
description 'Runs the test for issue 5292.'
mainClass = 'com.github.stephengold.wrench.test.issue.TestIssue5292'
}
tasks.register('TestIssue5303', JavaExec) {
description 'Runs the test for issue 5303.'
mainClass = 'com.github.stephengold.wrench.test.issue.TestIssue5303'
Expand Down

This file was deleted.

0 comments on commit dd2efbd

Please sign in to comment.