displaying top 100 results
Tracker Issue test
test
Tracker Comment Comment on [Test Bug For Jira Migration] Test Bug for testing JIRA Migration by Suchika S.
Comment on [Test Bug For Jira Migration] Test Bug for testing JIRA Migration by Suchika S.
Tracker Comment Comment on [Test Bug For Jira Migration] Test Bug for testing JIRA Migration by Suchika S.
Comment on [Test Bug For Jira Migration] Test Bug for testing JIRA Migration by Suchika S.
Tracker Issue TestBug
TestBug
Tracker Issue Test Bug
Test Bug
Tracker Comment Comment on [Test Bug for Jira Migration] test bug by External U.
Comment on [Test Bug for Jira Migration] test bug by External U.
Tracker Comment Comment on [Test Bug for Jira Migration] test bug by External U.
Comment on [Test Bug for Jira Migration] test bug by External U.
Tracker Comment Comment on [Test Bug For Jira Migration] Test Bug for testing JIRA Migration by External U.
Comment on [Test Bug For Jira Migration] Test Bug for testing JIRA Migration by External U.
Tracker Comment Comment on Implicit Array passed as named parameter to function in block ignores functions by External U.
2609731 CF-3790842 External U. Here is another test case that is still broken.
function testArrayBug(){
if( true){
var foo = "test";
testArrayBugSecond(test =["one" & foo]);
}
}
versus here it working
function testArrayBug(){
var foo = "test";
if( true){
testArrayBugSecond(test
2597636 CF-3043094 Language : Datastructure Luis Majano Bug 85850:serious bug when creating entries in a structure with dot notation Problem:
serious bug when creating entries in a structure with dot notation.
Method:
Use the following template:test = structnew();test["org.model.test"] = {name="test
Tracker Issue Test bug
Test bug
Tracker Comment Comment on This is a test bug by Ameya S.
Comment on This is a test bug by Ameya S.
Tracker Comment Comment on This is a test bug by Anit K.
Comment on This is a test bug by Anit K.
Comment on Test feature from Tracker -- Please ignore by Ameya S.
Comment on Test feature from Tracker -- Please ignore by Aaron N.
Tracker Comment Comment on test, ignore by External U.
Comment on test, ignore by External U.
Tracker Comment Comment on test bug - ignore by External U.
Comment on test bug - ignore by External U.
Tracker Comment Comment on Dummy test bug by Rupesh K.
Comment on Dummy test bug by Rupesh K.
Tracker Comment Comment on Test Bug by Vamseekrishna N.
Comment on Test Bug by Vamseekrishna N.
Tracker Comment Comment on Test Bug 14/12/16 by Suchika S.
Comment on Test Bug 14/12/16 by Suchika S.
6551050 CF-4206264 Toby W. Here are some timings for the testing I have done using the repro attached
This is made substantially worse when using S3:// which is where we are noticing the difference
CF11
Local
Test 1: 0ms
Test 2: 0ms
Test 3: 1ms
S3
Test 1: 328ms
Test 2: 578ms
Test 3: 391ms
CF
[Test Bug For Jira Migration] Test Bug for testing JIRA Migration
Tracker Issue Test feature from Tracker -- Please ignore
Test feature from Tracker -- Please ignore
2611837 CF-3585643 External U. Something is definitely wrong. Here are additional failed comparisons that I performed using CF 10,0,10,284825 (64 bit w/Tomcat 7.0.23.0):
ToString, JavaCast and SerializeJSON are the only functions I tested that weren't negatively impacted.
JSString This isn
Tracker Issue Arrays-of-objects returntype checking is flaky
{
writeOutput("");
}
}
{code}
{code}
// Test.cfc
component {}
{code}
{code}
// NotTest.cfc
component {}
{code}
{code}
// arraysOfObjectsAsReturnType.cfm
include "safeRun.cfm";
Test[] function returnsArrayOfTests(size){
var baseArray = [];
baseArray.set(1, size, new Test());
return base
Tracker Issue Going to a url formed like this: c.cfm/test/test.cfm returns a coldfusion.runtime.TemplateNotFoundException
Going to a url formed like this: c.cfm/test/test.cfm returns a coldfusion.runtime.TemplateNotFoundException
Tracker Issue test
test
Tracker Issue [Test Bug for Jira Migration] test bug
[Test Bug for Jira Migration] test bug
Tracker Issue test
test
Tracker Comment Comment on [Test Bug for Jira Migration] test bug by Anit K.
Comment on [Test Bug for Jira Migration] test bug by Anit K.
Tracker Comment Comment on [Test Bug for Jira Migration] test bug by Anit K.
Comment on [Test Bug for Jira Migration] test bug by Anit K.
Tracker Issue ToString() Member Function Broken for Binary Data
2608264 CF-4148767 Language Matthew Clemente ToString() Member Function Broken for Binary Data Problem Description: variable.ToString() member function does not work
Steps to Reproduce:
test = 'test@test.com:test';
//mimic basic auth
test = test.tobase64();
//start decoding
test = test
:
Create and run a CFM page containing the following code
f();
void function f () {
// Assign testVar
var testVar=1;
var isTestVarNull=isNull(local.testVar);
var isTestVarDefinedInLocalScope=isDefined("local.testVar");
var isTestVarKeyInLocalStruct=structKeyExists(local, "testVar");
writedump
How to do a Thorough Test of ColdFusion Web Applications
Tracker Issue Bug 81791:Test
Bug 81791:Test
Tracker Issue Test Bug 14/12/16
Test Bug 14/12/16
Tracker Issue Test Bug
Test Bug
2609086 CF-3934737 External U. Please consider the following example:
testCFHttpTimeout.cfm (this script has to execute for longer than 1 second, increase index if necessary):
a
testAG.cfm:
#now()#
https://www.berlitzvirtualclassroom.com/testing/testCFhttpTimeout.cfm Timeout
Tracker Comment Comment on CFPDF action="addWatermark" replaces alpha channel on ARGB images with black by External U.
2611396 CF-3626704 External U. Code to replicate the error.
PDF Test
##divTest { height: 100%;
width: 100%;
background: green;
color: black; }
This is the test div area.
--->
Tracker Comment Comment on No € symbol anymore in *.cfr Reports by Knut B.
5420626 CF-4204059 Knut B. For your testing I've added an additional file (FontTestReport.cfm) for a simple call of the 'FontTestReport.cfr' Report Builder file and to output the generated PDF on screen.
Tracker Issue param doesn't work
2608881 CF-3972082 Language Adam Cameron param doesn't work Repro:
param url.test = defaulter();
writeOutput("test: #url.test#");
function defaulter(){
writeOutput("defaulter() ran");
return "default";
}
Whether or not you pass a value for url.test, defaulter() is *always* run. It should
Tracker Comment Comment on cfcompile sourceless deployment: typename of isInstanceOf must be case sensitive by External U.
2609340 CF-3857705 External U. see UPDATE_intrfc_test.zip.
I'm on CF 10 update 14.
C:\ColdFusion10\labs\bin>cfcompile -deploy D:\Projects\labs\intrfc_test D:\Projects\labs\intrfc_test D:\Projects\labs\intrfc_test_bin
successful 4
total 4
elapsed 1.869 sec
Then I copy content of \intrfc_test
Tracker Issue Test bug from Tracker -- Please ignore
Test bug from Tracker -- Please ignore
Tracker Comment Comment on Add getCanonicalPath function by Peter F.
3122922 CF-4198748 Peter F. Suggested usage: getCanonicalPath("c:\temp\..\test.txt") returns c:\test.txt
2608435 CF-4094858 External U. During testing, I got it to work in certain cases. Enough reason to continue testing. Will report results.
2609026 CF-3944862 Immanuel N. Going by the comments below, will be closing this bug.
test@testdomain and test@testdomain.a are valid email addresses.
Tracker Comment Comment on XML Webservices not working on CF 10 by External U.
2609154 CF-3919057 External U. test.cfm is attached for your own testing.
Not sure the server platform is correct.
Tracker Comment Comment on Caching issue by HariKrishna K.
2613295 CF-3335493 HariKrishna K. Simple Repro case:
----------------------------------
Test.cfm
-----------------
#randRange(1,100)#
Test1.cfm
---------------------
Marking it to "ToFix".
Tracker Comment Comment on Invalid Tag Nesting by mark l.
6297441 CF-4205368 mark l. Reduce the issue down to too files:
#Currentrow# -
And save the following in the same directory as test.cfc
TestFunc Output #ID#
object are persisted, but not the relation between them.
Steps to Reproduce:
In the zip file I have added the code.
It have an object Test with a one-to-many relation to TestItem
1) Create tables with sql
2) run index.cfm
- it creates an Test object
- it adds an TestItem to Test
- it entitySaves Test
Portal Comment Comment on Great news: editing comments no longer loses paragraph formatting! by Aaron Neff
Aaron Neff Test comment
Tracker Issue test for wish list
test for wish list
Tracker Issue Test
Test
Tracker Issue Test
Test
Tracker Issue test bug please ignore
test bug please ignore
Tracker Issue test bug - ignore
test bug - ignore
Tracker Issue Dummy test bug
Dummy test bug
Tracker Issue TestT
TestT
Tracker Issue test-ignore
test-ignore
Tracker Issue Elvis Operator Bug
3746249 CF-4200233 Language Fred Leefarr Elvis Operator Bug Problem Description:
The elvis operator does not work when using a variable as a struct key.
Steps to Reproduce:
{code:java}
?
function test() {
var foo = {
test_123456 = "result"
};
var key = "test_123456";
var result = foo
Tracker Comment Comment on 'a' by Aaron N.
3554341 CF-4199856 Aaron N. This was just a test. Please delete.
Tracker Comment Comment on test by Aaron N.
Comment on test by Aaron N.
Tracker Comment Comment on Editing in CFGrid throws `The GRIDACTION parameter to the xyz function is required but was not passed in.` by Matthew H.
3085992 CF-4198656 Matthew H. Here is some simple code as a test example of the cfajaxproxy version of the issue.
CFM FILE:
function runTest() {
var instance = new p();
instance.setHTTPMethod("POST");
var result = instance.testProxy('Test String');
alert(result);
}
CFC FILE:
Tracker Comment Comment on Test bug by James M.
Comment on Test bug by James M.
Tracker Comment Comment on Test Bug 14/12/16 by James M.
Comment on Test Bug 14/12/16 by James M.
Tracker Comment Comment on Unscoped vars in Query.cfc by Anit K.
2672575 CF-4186779 Anit K. Test comment on behalf of Aaron
Tracker Comment Comment on Unscoped vars in Query.cfc by Aaron N.
2672575 CF-4186779 Aaron N. testing
-Aaron
Tracker Comment Comment on Unscoped vars in Query.cfc by Anit K.
2672575 CF-4186779 Anit K. Testing with "
Tracker Comment Comment on Unscoped vars in Query.cfc by Anit K.
2672575 CF-4186779 Anit K. Test comment on behalf of Aaron
Tracker Comment Comment on Unscoped vars in Query.cfc by Aaron N.
2672575 CF-4186779 Aaron N. +1 - Test vote
2672867 CF-4160634 CFwatson U. test note
Tracker Comment Comment on Elvis operator inside the closure is not working as expected by CFwatson U.
2673119 CF-4150051 CFwatson U. test note
Tracker Comment Comment on Metadata of a struct is not set for the duplicate of the struct. by CFwatson U.
2673134 CF-4149367 CFwatson U. test note
Tracker Comment Comment on Variable INDEX is undefined in CFLOOP if surrounded by CFOUTPUT by CFwatson U.
2673168 CF-4147965 CFwatson U. test note
2608292 CF-4135460 CFwatson U. test note
2608295 CF-4134089 CFwatson U. test note
2608303 CF-4132630 CFwatson U. test note
Tracker Comment Comment on Clear Query Cache breaks by CFwatson U.
2608307 CF-4131909 CFwatson U. test note
Tracker Comment Comment on Code Analyzer False Negative by CFwatson U.
2673450 CF-4126537 CFwatson U. test note
2673499 CF-4126483 CFwatson U. test note
Tracker Comment Comment on FCKeditor version is out of date by CFwatson U.
2673526 CF-4126448 CFwatson U. test note
Tracker Comment Comment on API manager uninstaller fails by CFwatson U.
2673552 CF-4126417 CFwatson U. test note
Tracker Comment Comment on Durring install text is overlaping by CFwatson U.
2673561 CF-4126407 CFwatson U. test note
Tracker Comment Comment on API Manager startup error by CFwatson U.
2673562 CF-4126405 CFwatson U. test note
Tracker Comment Comment on Terminology: XSS Attack by CFwatson U.
2673570 CF-4126395 CFwatson U. test note
Tracker Comment Comment on CLI on Mac gives windows help by CFwatson U.
2673573 CF-4126392 CFwatson U. test note
Tracker Comment Comment on Wrong Japanese UI Text in wsconfig.jar by CFwatson U.
2673592 CF-4125413 CFwatson U. test note
Tracker Comment Comment on Page crashes when it ends with < by CFwatson U.
2608328 CF-4125268 CFwatson U. test note
Tracker Comment Comment on Docs for encodeForHtml() not helpful by CFwatson U.
2673640 CF-4120075 CFwatson U. test note
Tracker Comment Comment on Details on WriteOutput by CFwatson U.
2673644 CF-4120000 CFwatson U. test note
Tracker Comment Comment on The docs for querysort are useless by CFwatson U.
2673645 CF-4119993 CFwatson U. test note
Tracker Comment Comment on Docs for booleanFormat are incorrect by CFwatson U.
2673648 CF-4119952 CFwatson U. test note
Tracker Comment Comment on cfdump bug with CLI by CFwatson U.
2673652 CF-4119872 CFwatson U. test note
2673659 CF-4119107 CFwatson U. test note
2673660 CF-4119103 CFwatson U. test note
2673679 CF-4118880 CFwatson U. test note
Tracker Comment Comment on test bug please ignore by External U.
Comment on test bug please ignore by External U.
Tracker Comment Comment on ormClearSession and ormCloseSession causes entityRelations not to be persisted by External U.
2608682 CF-4024153 External U. We are using a bidirectional relations, so a parent knows its childs and a child knows it parent
For example:
component name="Test"
property name="testItem"
cfc="TestItem"
fieldtype="one-to-one"
cascade="delete"
mappedby="test"
inverse="true"
and the other side
2608758 CF-4010490 Vamseekrishna N. test note
Tracker Comment Comment on Incorrect behaviour of SerializeJSON() on strings that contain U+xxxx in CF10 Update 15 by External U.
2609053 CF-3941059 External U. I created some unit tests: https://github.com/rellem/cfml-test-suite/blob/master/cfmltestsuite/tests/cfml/functions/SerializeJSON_StringsTest.cfc