Skip to content

Commit 0ab021b

Browse files
committed
mP1/walkingkooka-spreadsheet#8633 SpreadsheetMetadataDefaultTextResource.scriptingConverter added "storage-path-json-to-class"
- mP1/walkingkooka-spreadsheet#8633 - SpreadsheetMetadataDefaultTextResource.scriptingConverter added "storage-path-json-to-class"
1 parent dc90a86 commit 0ab021b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/java/walkingkooka/spreadsheet/server/SpreadsheetHttpServerTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,7 @@ public void testMetadataPostCreateThenGet() {
12831283
" \"plugins\": \"\",\n" +
12841284
" \"precision\": 7,\n" +
12851285
" \"roundingMode\": \"HALF_UP\",\n" +
1286-
" \"scriptingConverter\": \"collection(text, number, date-time, basic, spreadsheet-value, boolean, error-throwing, color, expression, environment, json, locale, plugins, spreadsheet-metadata, storage, style, text-node, text-to-line-ending, template, net)\",\n" +
1286+
" \"scriptingConverter\": \"collection(text, number, date-time, basic, spreadsheet-value, boolean, error-throwing, color, expression, environment, json, locale, plugins, spreadsheet-metadata, storage, storage-path-json-to-class, style, text-node, text-to-line-ending, template, net)\",\n" +
12871287
" \"scriptingFunctions\": \"@\",\n" +
12881288
" \"showFormulaEditor\": true,\n" +
12891289
" \"showFormulas\": false,\n" +
@@ -5761,7 +5761,7 @@ public void testCellLoadViewportGetWithSelectionAndNavigationQueryParameters() {
57615761
" \"plugins\": \"\",\n" +
57625762
" \"precision\": 7,\n" +
57635763
" \"roundingMode\": \"HALF_UP\",\n" +
5764-
" \"scriptingConverter\": \"collection(text, number, date-time, basic, spreadsheet-value, boolean, error-throwing, color, expression, environment, json, locale, plugins, spreadsheet-metadata, storage, style, text-node, text-to-line-ending, template, net)\",\n" +
5764+
" \"scriptingConverter\": \"collection(text, number, date-time, basic, spreadsheet-value, boolean, error-throwing, color, expression, environment, json, locale, plugins, spreadsheet-metadata, storage, storage-path-json-to-class, style, text-node, text-to-line-ending, template, net)\",\n" +
57655765
" \"scriptingFunctions\": \"@\",\n" +
57665766
" \"showFormulaEditor\": true,\n" +
57675767
" \"showFormulas\": false,\n" +
@@ -6233,7 +6233,7 @@ public void testCellLoadGetWithFunctionMissingFromFormulaExpressions() {
62336233
" \"plugins\": \"\",\n" +
62346234
" \"precision\": 7,\n" +
62356235
" \"roundingMode\": \"HALF_UP\",\n" +
6236-
" \"scriptingConverter\": \"collection(text, number, date-time, basic, spreadsheet-value, boolean, error-throwing, color, expression, environment, json, locale, plugins, spreadsheet-metadata, storage, style, text-node, text-to-line-ending, template, net)\",\n" +
6236+
" \"scriptingConverter\": \"collection(text, number, date-time, basic, spreadsheet-value, boolean, error-throwing, color, expression, environment, json, locale, plugins, spreadsheet-metadata, storage, storage-path-json-to-class, style, text-node, text-to-line-ending, template, net)\",\n" +
62376237
" \"scriptingFunctions\": \"@\",\n" +
62386238
" \"showFormulaEditor\": true,\n" +
62396239
" \"showFormulas\": false,\n" +
@@ -6494,7 +6494,7 @@ public void testCellLoadGetWithFunctionMissingFromFormulaExpressions() {
64946494
" \"plugins\": \"\",\n" +
64956495
" \"precision\": 7,\n" +
64966496
" \"roundingMode\": \"HALF_UP\",\n" +
6497-
" \"scriptingConverter\": \"collection(text, number, date-time, basic, spreadsheet-value, boolean, error-throwing, color, expression, environment, json, locale, plugins, spreadsheet-metadata, storage, style, text-node, text-to-line-ending, template, net)\",\n" +
6497+
" \"scriptingConverter\": \"collection(text, number, date-time, basic, spreadsheet-value, boolean, error-throwing, color, expression, environment, json, locale, plugins, spreadsheet-metadata, storage, storage-path-json-to-class, style, text-node, text-to-line-ending, template, net)\",\n" +
64986498
" \"scriptingFunctions\": \"@\",\n" +
64996499
" \"showFormulaEditor\": true,\n" +
65006500
" \"showFormulas\": false,\n" +

0 commit comments

Comments
 (0)