~zeitgeist-sharp/zeitgeist-sharp/trunk

« back to all changes in this revision

Viewing changes to Zeitgeist.Testsuite/Log/TestFindEvents.cs

  • Committer: Manish Sinha
  • Date: 2010-10-22 17:02:44 UTC
  • Revision ID: manishsinha.tech@gmail.com-20101022170244-w8n3eqvji92nj51p
Renamed Blacklist folder to Monitor and removed all the tests which insert events without removing. Those tests which insert events also have a operation to delete them

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
                        range.End = DateTime.Now;
18
18
                        
19
19
                        Event e = new Event();
20
 
                        e.Actor = "application:///usr/share/applications/eog.desktop";
 
20
                        e.Actor = "application:///usr/share/applications/gedit.desktop";
21
21
                        Subject sub = new Subject();
22
22
                        e.Subjects.Add(sub);
23
23
                        
24
24
                        Event e2 = new Event();
25
 
                        e2.Actor = "application://eog.desktop";
 
25
                        e2.Actor = "application://gedit.desktop";
26
26
                        Subject sub2 = new Subject();
27
27
                        e2.Subjects.Add(sub2);
28
28