pkp / datasets

Data sets generated by the integration test suite built into OJS, OMP, and OPS.
GNU General Public License v3.0
6 stars 10 forks source link

404 when trying to access sample files from documentation page #1

Open Olegas opened 1 month ago

Olegas commented 1 month ago

Hi! I'm trying to access import samples by the link which can be found on a documentation page here.

All the links to sample XML files which can be found under "Create a Native XML file for import" section are not available and leads to 404 error page.

Снимок экрана 2024-08-02 в 10 54 53

withanage commented 1 month ago

@Olegas I guess it is an error in documentation or it was only present in a particular commit.

That folder is automatically created, therefore it is overwritten

https://github.com/pkp/datasets/tree/main/ojs/stable-3_4_0/mysql

But if you have the datasets in a test instance , you can export an artlice and import it back to test.

asmecher commented 1 month ago

@withanage, at least for OJS, the Cypress test cypress/tests/integration/Y_NativeXmlImportExportIssue.cy.js generates a file cypress/downloads/native-issue.xml that can be stored to the datasets repo when it is built.