Remove unused test

This commit is contained in:
rnhmjoj 2015-09-28 21:15:49 +00:00
parent 41b6b9b179
commit 6d07eb484b
2 changed files with 0 additions and 184 deletions

View File

@ -1,61 +0,0 @@
nock = require 'nock'
expect = require("chai").should()
Asjon = require '../asjon-testing.coffee'
asjon = undefined
describe 'modulo circolari', ->
before (done) ->
# Inizializzo robot
Asjon (assa) ->
asjon = assa
after asjon.after
afterEach asjon.clear
require('../scripts/circolari.coffee')(asjon.robot)
done()
it 'dovrebbe contattare l\'indirizzo corretto', (done) ->
nock('http://galileicrema.it')
.get('/Intraitis/comunicazioni/ComVis.asp?PerChi=Tutti')
.reply 200, '<html></html>'
ss = [/sto controllando le circolari/i,/errore/i]
acc = 0
asjon.receive (e,l) ->
l.join().should.match ss[acc]
acc++
if acc is 2 then done()
asjon.send 'asjon quali sono le ultime circolari?'
it 'dovrebbe parsare correttamente le circolari', (done) ->
nock('http://galileicrema.it')
.get('/Intraitis/comunicazioni/ComVis.asp?PerChi=Tutti')
.replyWithFile 200, __dirname+'/circolari.html'
expected = '(274) (27/4/2015) SIMULAZIONE PROVE ESAME DI STATO\n(273) (27/4/2015) PROGETTO CAMPIONI SENZA TRUCCO'
ss = ['sto controllando le circolari...',expected]
acc = 0
asjon.receive (e,l) ->
l.join().should.equal ss[acc]
acc++
if acc is 2 then done()
asjon.send 'asjon quali sono le ultime 2 circolari?'
it 'dovrebbe accettare correttamente il numero di circolari da visualizzare', (done) ->
nock('http://galileicrema.it')
.get('/Intraitis/comunicazioni/ComVis.asp?PerChi=Tutti')
.replyWithFile 200, __dirname+'/circolari.html'
ss = 'sto controllando le circolari...'
acc = 0
asjon.receive (e,l) ->
if acc is 0
l.join().should.equal ss
else
l.join().split('\n').length.should.equal 5
acc++
if acc is 2 then done()
asjon.send 'asjon quali sono le ultime 5 circolari?'
it 'dovrebbe linkare correttamente il numero di circolari', (done) ->
asjon.receive (e,l) ->
l.join().should.equal 'http://galileicrema.it/Intraitis/documenti/comunicazioni/2014/Circolare228.pdf'
done()
asjon.send 'asjon linkami la circolare 228'

View File

@ -1,123 +0,0 @@
<HTML>
<HEAD>
<TITLE> ITIS News </TITLE>
</HEAD>
<link rel=stylesheet href="/Intraitis/lib/stili.css" type="text/css">
<BODY Background="/Intraitis/img/gradiente.jpg" >
<left>
<BR>
<FONT class=titolo>ELENCO COMUNICAZIONI FINO AL 28/4/2015</FONT>
<BR><BR>
<TABLE width=100%>
<TR>
<TD width="10%" align="center"><FONT class=TitoloTabella>Protocollo</FONT></TD>
<TD width="16%" align="center"><FONT class=TitoloTabella>Mittente</FONT></TD>
<TD width="27%" align="center"><FONT class=TitoloTabella>Titolo</FONT></TD>
<TD width="27%" align="center"><FONT class=TitoloTabella>Oggetto</FONT></TD>
<TD width="10%" align="center"><FONT class=TitoloTabella>Data</FONT></TD>
<TD width="10%" align="center"><FONT class=TitoloTabella>Destinatario</FONT></TD>
</TR>
</TABLE>
<TABLE width=100% border="1" >
<TR>
<TD width="10%" align="center"><FONT class=ElencoTabella>274/2014</FONT><BR></TD>
<TD width="16%" align="center"><FONT class=ElencoTabella>presidenza</FONT><BR></TD>
<TD width="27%" align="center"><A HREF="/Intraitis/documenti/comunicazioni/2014/Circolare274.pdf"><FONT class=Link>SIMULAZIONE PROVE ESAME DI STATO</FONT></A><BR></TD>
<TD width="27%" align="center"><FONT class=ElencoTabella>seconda prova Ist.Tecnologico</FONT><BR></TD>
<TD width="10%" align="center"><FONT class=ElencoTabella>27/4/2015</FONT><BR></TD>
<TD width="10" align="center">
<FONT class=ElencoTabella>Docenti</FONT>
<FONT class=ElencoTabella>Studenti</FONT> </TD>
</TR>
<TR>
<TD width="10%" align="center"><FONT class=ElencoTabella>273/2014</FONT><BR></TD>
<TD width="16%" align="center"><FONT class=ElencoTabella>presidenza</FONT><BR></TD>
<TD width="27%" align="center"><A HREF="/Intraitis/documenti/comunicazioni/2014/Circolare273.pdf"><FONT class=Link>PROGETTO CAMPIONI SENZA TRUCCO</FONT></A><BR></TD>
<TD width="27%" align="center"><FONT class=ElencoTabella>evento finale</FONT><BR></TD>
<TD width="10%" align="center"><FONT class=ElencoTabella>27/4/2015</FONT><BR></TD>
<TD width="10" align="center">
<FONT class=ElencoTabella>Docenti</FONT>
<FONT class=ElencoTabella>Genitori</FONT>
<FONT class=ElencoTabella>Studenti</FONT> </TD>
</TR>
<TR>
<TD width="10%" align="center"><FONT class=ElencoTabella>272/2014</FONT><BR></TD>
<TD width="16%" align="center"><FONT class=ElencoTabella>presidenza</FONT><BR></TD>
<TD width="27%" align="center"><A HREF="/Intraitis/documenti/comunicazioni/2014/Circolare272.pdf"><FONT class=Link>GIORNATA premiAgalilei </FONT></A><BR></TD>
<TD width="27%" align="center"><FONT class=ElencoTabella>fase della raccolta dati</FONT><BR></TD>
<TD width="10%" align="center"><FONT class=ElencoTabella>27/4/2015</FONT><BR></TD>
<TD width="10" align="center"><FONT class=ElencoTabella>Tutti</FONT><BR></TD>
</TR>
<TR>
<TD width="10%" align="center"><FONT class=ElencoTabella>271/2014</FONT><BR></TD>
<TD width="16%" align="center"><FONT class=ElencoTabella>presidenza</FONT><BR></TD>
<TD width="27%" align="center"><A HREF="/Intraitis/documenti/comunicazioni/2014/Circolare271.pdf"><FONT class=Link>LEZIONE FUORI SEDE</FONT></A><BR></TD>
<TD width="27%" align="center"><FONT class=ElencoTabella>visita ad azienda meccanica</FONT><BR></TD>
<TD width="10%" align="center"><FONT class=ElencoTabella>24/4/2015</FONT><BR></TD>
<TD width="10" align="center">
<FONT class=ElencoTabella>Docenti</FONT>
<FONT class=ElencoTabella>Studenti</FONT> </TD>
</TR>
<TR>
<TD width="10%" align="center"><FONT class=ElencoTabella>270/2014</FONT><BR></TD>
<TD width="16%" align="center"><FONT class=ElencoTabella>presidenza</FONT><BR></TD>
<TD width="27%" align="center"><A HREF="/Intraitis/documenti/comunicazioni/2014/Circolare270.pdf"><FONT class=Link>GIOCHI SPORTIVI STUDENTESCHI DI ATLETICA LEGGERA</FONT></A><BR></TD>
<TD width="27%" align="center"><FONT class=ElencoTabella>convocazione studenti</FONT><BR></TD>
<TD width="10%" align="center"><FONT class=ElencoTabella>24/4/2015</FONT><BR></TD>
<TD width="10" align="center">
<FONT class=ElencoTabella>Docenti</FONT>
<FONT class=ElencoTabella>Studenti</FONT> </TD>
</TR>
<TABLE>
<TR>
<TD><BR><BR>
<!--FONT class=sottotitolo>Per visualizzare le comunicazioni relative ai CORSI DI RECUPERO di fine agosto, agli ESAMI di inizio settembre ed agli impegni dei DOCENTI relativi alla prima settimana di settembre clicca su >>> </FONT-->
<A HREF="/Intraitis/comunicazioni/comvis.asp?anno=2013&perChi=Tutti"><FONT class=Link>Archivio Comunicazioni anno 2013/2014</FONT></A>
</TD>
</TR>
</TABLE>
</center>
<BR>
</BODY>
</HTML>