diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-11-09 18:42:20 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-11-09 18:42:20 +0100 |
| commit | 78219cc5219b364b17df48bd20e636bcfec39cc4 (patch) | |
| tree | 487a195193729158abbfe8533490cf24021ef376 /.idea/androidTestResultsUserPreferences.xml | |
| parent | d274ffe5ec33c285034bdae64b532f2a470b9407 (diff) | |
documents: Add single merge tests local <-> documents
Fixed DocumentFile#equals. DelayedDocumentFile was equal DocumentFile
but DocumentFile wasn't equal to DelayedDocumentFile.
Diffstat (limited to '.idea/androidTestResultsUserPreferences.xml')
| -rw-r--r-- | .idea/androidTestResultsUserPreferences.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.idea/androidTestResultsUserPreferences.xml b/.idea/androidTestResultsUserPreferences.xml new file mode 100644 index 0000000..b6375d4 --- /dev/null +++ b/.idea/androidTestResultsUserPreferences.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="AndroidTestResultsUserPreferences"> + <option name="androidTestResultsTableState"> + <map> + <entry key="-1301972261"> + <value> + <AndroidTestResultsTableState> + <option name="preferredColumnWidths"> + <map> + <entry key="Duration" value="90" /> + <entry key="Pixel_3_API_34" value="120" /> + <entry key="Tests" value="360" /> + </map> + </option> + </AndroidTestResultsTableState> + </value> + </entry> + </map> + </option> + </component> +</project>
\ No newline at end of file |
