Skip to content

Commit

Permalink
Created cases to cover highlevel filtering options
Browse files Browse the repository at this point in the history
Signed-off-by: Coury Richards <[email protected]>
  • Loading branch information
couryrr-afs committed Feb 5, 2024
1 parent 86dabce commit 8a1e06c
Show file tree
Hide file tree
Showing 3 changed files with 467 additions and 155 deletions.
3 changes: 2 additions & 1 deletion .ci/build-kit/install_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ cmake \
-G Ninja \
-DBUILD_TESTING=ON \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_INSTALL_PREFIX="$WORKSPACE_PATH/dist"
-DCMAKE_INSTALL_PREFIX="$WORKSPACE_PATH/dist" \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON

ninja -j$(nproc) -C build install

Expand Down
2 changes: 1 addition & 1 deletion include/ocpp/v16/database_handler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class DatabaseHandler : public ocpp::common::DatabaseHandlerBase {

public:
DatabaseHandler(const std::string& chargepoint_id, const fs::path& database_path, const fs::path& init_script_path);
~DatabaseHandler();
virtual ~DatabaseHandler();

/// \brief Opens the database connection, runs initialization script and initializes the CONNECTORS and
/// AUTH_LIST_VERSION table.
Expand Down
Loading

0 comments on commit 8a1e06c

Please sign in to comment.