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
Copy file name to clipboardExpand all lines: Demos/demos-api-tests/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,3 +29,7 @@ SET FILES_DIR=C:\api-viewer-tests
29
29
```
30
30
31
31
Also, keep in mind that Spring and Dropwizard samples have cache functionality, so you should remove `cache` folder in `FILES_DIR` directory
32
+
33
+
### Known problems
34
+
*
35
+
* External tests were configured using Spring, so when they are run using Dropwizard, there are minor differences which forces tests to fail. It is recommended to perceive them not as failed, but as tests which are required manual check (result files are saved into `target` directory).
Copy file name to clipboardExpand all lines: Demos/demos-api-tests/src/test/java/com/groupdocs/ui/viewer/demosapitests/external/LoadExternalDocumentDescriptionApiTests.java
+22-5Lines changed: 22 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ public class LoadExternalDocumentDescriptionApiTests {
0 commit comments