This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// we'll be creating some specialized callbacks | |
var callbacks = []; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var init = require('./test/common/init'); | |
// a list of functions that we want to call, in order | |
var steps = [ | |
init.createSubscriberTable, | |
init.clearSubscriberTable, | |
init.createTestSubscribers, | |
init.createSubscriberNoticesTable, | |
init.clearSubscriberNoticesTable, | |
init.createTestSubscriberNotices |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var init = require('./test/common/init'); | |
// a list of functions that we want to call, in order | |
var steps = [ | |
init.createSubscriberTable, | |
init.clearSubscriberTable, | |
init.createTestSubscribers, | |
init.createSubscriberNoticesTable, | |
init.clearSubscriberNoticesTable, | |
init.createTestSubscriberNotices |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# A simple test script to demonstrate how to find the | |
# "absolute path" at which a script is running. Used | |
# to avoid some of the pitfals of using 'pwd' or hard- | |
# coded paths when running scripts from cron or another | |
# directory. | |
# | |
# Try it out: | |
# run the script from the current directory, then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
<head profile="http://selenium-ide.openqa.org/profiles/test-case"> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<link rel="selenium.base" href="https://github.com/" /> | |
<title>while</title> | |
</head> | |
<body> | |
<table cellpadding="1" cellspacing="1" border="1"> |
NewerOlder