Skip to content

Commit

Permalink
chore: more autotest fixes due to old project
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeach47 committed Mar 10, 2020
1 parent d214b29 commit a4859ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<string>StoreJs</string>
<string>if (request.get(&apos;doit&apos;) == &apos;Create binary file&apos;)
{
var connection = utils.getConnection(&quot;https://github.com/equella/Equella/blob/cfd7f9027de68635d73b60958079196bab165ead/Installer/resources/images/logo.gif?raw=true&quot;);
var connection = utils.getConnection(&quot;https://raw.githubusercontent.com/openequella/openEQUELLA/develop/Installer/resources/images/logo.gif?raw=true&quot;);
var response = connection.getResponse(true);
staging.writeBinaryFile(&quot;equellaLogo.gif &quot;,response.getAsBinaryData());
}
Expand Down Expand Up @@ -350,4 +350,4 @@ if(request.get(&quot;doit&quot;) == &apos;Get File Details&apos;)
</itemSummarySections>
</slow>
<denyDirectContribution>false</denyDirectContribution>
</com.tle.beans.entity.itemdef.ItemDefinition>
</com.tle.beans.entity.itemdef.ItemDefinition>
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ if(request.get(&apos;doit&apos;) == &apos;Edit text file&apos;)

if (request.get(&apos;doit&apos;) == &apos;Create binary attachment&apos;)
{
var response = utils.getConnection(&quot;https://github.com/equella/Equella/blob/cfd7f9027de68635d73b60958079196bab165ead/Installer/resources/images/logo.gif?raw=true&quot;).getResponse(true);
var response = utils.getConnection(&quot;https://raw.githubusercontent.com/openequella/openEQUELLA/develop/Installer/resources/images/logo.gif?raw=true&quot;).getResponse(true);
attachments.createBinaryFileAttachment(&quot;equellaLogo.gif &quot;,&quot;EQUELLA Logo&quot;,response.getAsBinaryData());
attachments.addExistingFileAsAttachment(&quot;equellaLogo.gif &quot;,&quot;EQUELLA Logo&quot;);

Expand Down Expand Up @@ -362,4 +362,4 @@ Contents:
</itemSummarySections>
</slow>
<denyDirectContribution>false</denyDirectContribution>
</com.tle.beans.entity.itemdef.ItemDefinition>
</com.tle.beans.entity.itemdef.ItemDefinition>

0 comments on commit a4859ee

Please sign in to comment.