major
nice-to-have
minor
#25217
Layout-Export führt zu invaliden Komponenten-Referenzen bei Referenzierung einer bestehenden Komponente
#25327
Modell-Editor: Falsche Kompositionsmarker, wenn Container-Typ in Diagramm von Content-Typ gezogen wird
defect
A TL-Studio workspace is typically set up so that TL-Studio is not installed in the project workspace, but is only linked to it. In such a setup, application tests cannot be run because the path to Jetty is searched for via <application-module>/../...
Test
- Check out TL Studio from the workspace, e.g., https://dev.top-logic.com/releases-test/TL-Studio-7-TEST/TL-SNAPSHOT-r297875/ to reproduce the problem, or http://svn/releases-test/TL-Studio-7-TEST/CWS_25870-B3/ to verify the solution
- Create a new Workspace app.
- In the app, use Import > Existing Projects into Workspace to import the top-level logic modules from Studio.
- Create and launch a new application named my.app.
- Record a test case in my.app and save it to /my.app/src/test/my/app/scripted/TestMyApp.script.xml.
- Run the test cases in my.app via /my.app/bin/launch/Test My App.launch.
- Expected result: All test cases (especially the one you added yourself) run through.