caleeli / selite

Automatically exported from code.google.com/p/selite
1 stars 0 forks source link

SelBlocks Global > forXML error #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version is SelBlocks Global 1.03

When adding a forXml command, I receive the following error:
[error] Unexpected Exception: ReferenceError: assignment to undeclared variable 
testCasePath. 

What steps will reproduce the problem?
1. Create test case
2. add forXml command (for example forXML|test.xml)
3. add endForXml command
3. Run test case

Original issue reported on code.google.com by neal.bre...@gmail.com on 18 Jul 2014 at 5:53

GoogleCodeExporter commented 9 years ago
Found a workaround by adding:
var testCasePath;
to my user-extensions.js file.

Original comment by neal.bre...@gmail.com on 19 Jul 2014 at 9:55

GoogleCodeExporter commented 9 years ago
Neal,

Thank you for reporting this issue and for suggesting the fix. I've added your 
fix to SelBlocksGlobal. You'll get it updated automatically within a few days, 
or you can download the new version from 
https://addons.mozilla.org/en-US/firefox/addon/SeLite-SelBlocks-Global/versions/

Original comment by peter.kehl on 21 Jul 2014 at 3:04