My favorites
▼
|
Sign in
mxunit
Unit Test Framework for ColdFusion
Project Home
Downloads
Source
Export to GitHub
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
165
attachment: run-suite-link.diff
(1.1 KB)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Index: EXTTestResult.cfc
===================================================================
--- EXTTestResult.cfc (revision 1243)
+++ EXTTestResult.cfc (working copy)
@@ -174,7 +174,7 @@
});
function renderComponent(val){
- return "<span ext:qtip='"+val+"'>" + val + "</span>";
+ return "<span ext:qtip='"+val+"'>" + val + "</span>" + " <a target='_blank' href='?test=" + val + "&componentPath=<cfoutput>#url.componentPath#</cfoutput>'>(run)</a>";
}
function renderResult(val){
var newVal = val.toLowerCase();
@@ -234,12 +234,12 @@
<cfreturn strJSON>
</cffunction>
- <cffunction name="isProblem" output="false" access="private" returntype="boolean" hint="">
+ <cffunction name="isProblem" output="false" access="private" returntype="boolean" hint="">
<cfargument name="result" type="struct" required="true"/>
<cfif reFindNoCase("fail|error",result.TestStatus)>
<cfreturn true>
</cfif>
- <cfreturn false>
+ <cfreturn false>
</cffunction>
<cffunction name="addMethodNameJS" output="false" access="private" returntype="string">
Powered by
Google Project Hosting