Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CaosDB Octave library
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
CaosDB Octave library
Commits
d225b154
Commit
d225b154
authored
3 years ago
by
florian
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: Allow for cpplib versions >0.0.7
parent
7780429d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Initial functionality
Pipeline
#11434
passed
3 years ago
Stage: setup
Stage: test
Stage: deploy
Pipeline: caosdb-octaveinttest
#11435
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
conanfile.txt
+1
-1
1 addition, 1 deletion
conanfile.txt
test/test_unittest.m
+5
-2
5 additions, 2 deletions
test/test_unittest.m
with
6 additions
and
3 deletions
conanfile.txt
+
1
−
1
View file @
d225b154
[requires]
caosdb/0.0.
7
caosdb/
[>=
0.0.
6]
[generators]
cmake
This diff is collapsed.
Click to expand it.
test/test_unittest.m
+
5
−
2
View file @
d225b154
...
...
@@ -33,7 +33,10 @@ function test_local()
c2
=
Caosdb
(
"local-caosdb-admin"
);
assertEqual
(
c2
.
connection
,
"local-caosdb-admin"
);
% TODO(daniel) Re-write s.th. version >= 0.0.6 (or whatever minimal
% version will be valid then) is checked.
% Only get the local versions.
version
=
caosdb_exec
(
"--version"
);
assertEqual
(
version
,
"v0.1 (libcaosdb v0.0.7)"
);
%
version = caosdb_exec("--version");
%
assertEqual(version, "v0.1 (libcaosdb v0.0.7)");
end
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment