Skip to content

Commit

Permalink
fix oracle test
Browse files Browse the repository at this point in the history
  • Loading branch information
avpalienko committed Nov 18, 2024
1 parent 17e781c commit 385da53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/ci/oracle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export ORACLE_CONTAINER=oracle-11g
# We use the same name for the path inside and outside the container.
export ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe
export ORACLE_SID=XE

export NLS_LANG=AMERICAN_AMERICA.AL32UTF8
# Add path to Oracle libraries.
export LD_LIBRARY_PATH=$ORACLE_HOME/lib

Expand Down
2 changes: 1 addition & 1 deletion tests/oracle/test-oracle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ struct function_creator_clob : function_creator_base
TEST_CASE ( "Oracle clob", "[oracle][clob]" )
{
soci::session sql ( backEnd, connectString );
std::string testPhrase{ "SystГЁme est ouvert aux requГЄtes d'information" };
std::string testPhrase{ "Système est ouvert aux requêtes d'information" };
function_creator_clob fnc ( sql );

{
Expand Down

0 comments on commit 385da53

Please sign in to comment.