Skip to content

Commit

Permalink
changes in comments: Schroedinger -> Schrodinger + mvn example in POM
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Apr 27, 2020
1 parent a5685a1 commit eca047f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
Expand Up @@ -1120,7 +1120,7 @@ public void test302RecomputeWill() throws Exception {
/**
* Case is closed. The unassign operation is complete.
* However, in the semi-manual case this gets really interesting.
* We have Schroedinger's shadow here. deleted account, ticket closed, account is deleted
* We have Schrodinger's shadow here. deleted account, ticket closed, account is deleted
* by administrator in the target system. But the account is still in the backing store (CSV)
* because scheduled export has not refreshed the file yet.
*/
Expand Down Expand Up @@ -1237,7 +1237,7 @@ public void test320RecomputeWillAfter5min() throws Exception {
}

/**
* For semi-manual case this is the place where the quantum state of Schroedinger's
* For semi-manual case this is the place where the quantum state of Schrodinger's
* shadow collapses. From now on we should have ordinary tombstone shadow.
*/
@Test
Expand Down
5 changes: 4 additions & 1 deletion pom.xml
Expand Up @@ -56,6 +56,9 @@
Running unit+IT tests of a selected module (-pl) with output to stdout:
mvn clean install -DredirectTestOutputToFile=false -pl model/model-intest
Running GUI tests from Schrodinger module only with custom location of ChromeDriver (Chrome must be istalled too):
mvn clean install -P -dist -DskipTests -DskipSchrodingerTests=false -DwebdriverLocation=/c/work/tools/bin/chromedriver.exe
-->

<groupId>com.evolveum.midpoint</groupId>
Expand Down Expand Up @@ -1468,7 +1471,7 @@
<version>3.5.1</version>
</dependency>

<!-- Schroedinger -->
<!-- Schrodinger -->
<dependency>
<groupId>com.codeborne</groupId>
<artifactId>selenide</artifactId>
Expand Down
Expand Up @@ -408,7 +408,7 @@ private boolean canImmediatelyReturnCached(Collection<SelectorOptions<GetOperati
}
if (shadowState == ShadowState.TOMBSTONE) {
// Once shadow is buried it stays nine feet under. Therefore there is no point in trying to access the resource.
// NOTE: this is just for tombstone! Schroedinger's shadows (corpse) will still work as if they were alive.
// NOTE: this is just for tombstone! Schrodinger's shadows (corpse) will still work as if they were alive.
return true;
}
long stalenessOption = GetOperationOptions.getStaleness(SelectorOptions.findRootOptions(options));
Expand Down

0 comments on commit eca047f

Please sign in to comment.