Skip to content

Commit 687f26e

Browse files
committed
Fixes
1 parent c117f1c commit 687f26e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/bootstrap/FeatureContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public function iShouldSeeTheFollowing(PyStringNode $string)
196196
public function theFixturesAreLoaded($arg1)
197197
{
198198
$fixtureFile = $this->getFixtureFilename($arg1);
199-
$session = $this->getSession();
199+
$session = $this->getSession(null, true);
200200
NodeHelper::purgeWorkspace($session);
201201
$session->save();
202202
$session->importXml('/', $fixtureFile, 0);

features/node_type_edit.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Feature: Edit a node type
4242
"""
4343
<ns='http://namespace.com/ns'>
4444
<nt='http://www.jcp.org/jcr/nt/1.0'>
45-
[ns:NodeType] > nt:unstructured
45+
[ns:somenewtype] > nt:unstructured
4646
orderable query
4747
"""
4848
And I execute the "node-type:edit ns:somenewtype --no-interaction" command

0 commit comments

Comments
 (0)