Skip to content

Commit

Permalink
SAK-23825 Test case for correctly getting roles with multiple sections.
Browse files Browse the repository at this point in the history
This is a test case to check that when multiple sections are present and the same user is present those that the correct role is chosen.

git-svn-id: https://source.sakaiproject.org/svn/providers/trunk@310807 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
buckett committed Jul 16, 2014
1 parent eb01800 commit 2756637
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions providers/cm-authz-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
<reports />
<build>
Expand Down

0 comments on commit 2756637

Please sign in to comment.