Skip to content

Commit 8a2bb7e

Browse files
LPD-52403 SF
1 parent f581d93 commit 8a2bb7e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

portal-impl/test/unit/com/liferay/portal/dao/jdbc/util/DynamicDataSourceTest.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,22 +127,22 @@ public void testGetDataSourceWithTimeout() {
127127
_testGetDataSource(
128128
false, _dynamicDataSource.getWriteDataSource(),
129129
List.of(
130-
"No context HTTP session exists, skip setting the " +
131-
"write data source's last used date",
130+
"No context HTTP session exists, skip setting the write " +
131+
"data source's last used date",
132132
"Returning write data source"),
133133
false);
134134
_testGetDataSource(
135135
false, _dynamicDataSource.getWriteDataSource(),
136136
List.of(
137-
"No context HTTP session exists, skip setting the " +
138-
"write data source's last used date",
137+
"No context HTTP session exists, skip setting the write " +
138+
"data source's last used date",
139139
"Returning write data source"),
140140
true);
141141
_testGetDataSource(
142142
true, _dynamicDataSource.getReadDataSource(),
143143
List.of(
144-
"No context HTTP session exists, skip getting the " +
145-
"write data source's last used date",
144+
"No context HTTP session exists, skip getting the write " +
145+
"data source's last used date",
146146
"Returning read data source"),
147147
false);
148148
_testGetDataSource(

0 commit comments

Comments
 (0)