Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Moises Sacal
CalcyteJS
Commits
936c6e37
Commit
936c6e37
authored
Mar 21, 2018
by
PTSEFTON
Browse files
Checking in tidyups
parent
17e1b7be
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/collection.spec.js
View file @
936c6e37
...
...
@@ -146,7 +146,6 @@ describe("Glop Plot data", function(){
c
.
read
(
"
test_data/Glop_Pot
"
)
assert
.
equal
(
c
.
collection_metadata
.
properties
[
"
name
"
].
data
,
"
Glop Pot data
"
);
assert
.
equal
(
c
.
children
.
length
,
3
);
console
.
log
(
"
ITEMS --------------------------
"
,
c
.
children
[
0
].
items
);
//assert.equal(c.children[0].collection_metadata.properties["Description"].data, "NOT THIS");
assert
.
equal
(
c
.
children
[
0
].
children
.
length
,
0
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment